OmniSciDB
a5dc49c757
|
Classes | |
class | Connection_properties |
Public Member Functions | |
HeavyAIConnection | getAlternateConnection () throws SQLException |
HeavyAIConnection (String url, Properties base_properties) throws SQLException | |
Statement | createStatement () throws SQLException |
PreparedStatement | prepareStatement (String sql) throws SQLException |
CallableStatement | prepareCall (String sql) throws SQLException |
String | nativeSQL (String sql) throws SQLException |
void | setAutoCommit (boolean autoCommit) throws SQLException |
boolean | getAutoCommit () throws SQLException |
void | commit () throws SQLException |
void | rollback () throws SQLException |
void | close () throws SQLException |
boolean | isClosed () throws SQLException |
DatabaseMetaData | getMetaData () throws SQLException |
void | setReadOnly (boolean readOnly) throws SQLException |
boolean | isReadOnly () throws SQLException |
void | setCatalog (String catalog) throws SQLException |
String | getCatalog () throws SQLException |
void | setTransactionIsolation (int level) throws SQLException |
int | getTransactionIsolation () throws SQLException |
SQLWarning | getWarnings () throws SQLException |
void | clearWarnings () throws SQLException |
Statement | createStatement (int resultSetType, int resultSetConcurrency) throws SQLException |
PreparedStatement | prepareStatement (String sql, int resultSetType, int resultSetConcurrency) throws SQLException |
CallableStatement | prepareCall (String sql, int resultSetType, int resultSetConcurrency) throws SQLException |
Map< String, Class<?> > | getTypeMap () throws SQLException |
void | setTypeMap (Map< String, Class<?>> map) throws SQLException |
void | setHoldability (int holdability) throws SQLException |
int | getHoldability () throws SQLException |
Savepoint | setSavepoint () throws SQLException |
Savepoint | setSavepoint (String name) throws SQLException |
void | rollback (Savepoint savepoint) throws SQLException |
void | releaseSavepoint (Savepoint savepoint) throws SQLException |
Statement | createStatement (int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException |
PreparedStatement | prepareStatement (String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException |
CallableStatement | prepareCall (String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException |
PreparedStatement | prepareStatement (String sql, int autoGeneratedKeys) throws SQLException |
PreparedStatement | prepareStatement (String sql, int[] columnIndexes) throws SQLException |
PreparedStatement | prepareStatement (String sql, String[] columnNames) throws SQLException |
Clob | createClob () throws SQLException |
Blob | createBlob () throws SQLException |
NClob | createNClob () throws SQLException |
SQLXML | createSQLXML () throws SQLException |
boolean | isValid (int timeout) throws SQLException |
void | setClientInfo (String name, String value) throws SQLClientInfoException |
void | setClientInfo (Properties properties) throws SQLClientInfoException |
String | getClientInfo (String name) throws SQLException |
Properties | getClientInfo () throws SQLException |
Array | createArrayOf (String typeName, Object[] elements) throws SQLException |
Struct | createStruct (String typeName, Object[] attributes) throws SQLException |
void | setSchema (String schema) throws SQLException |
String | getSchema () throws SQLException |
void | abort (Executor executor) throws SQLException |
void | setNetworkTimeout (Executor executor, int milliseconds) throws SQLException |
int | getNetworkTimeout () throws SQLException |
boolean | isWrapperFor (Class<?> iface) throws SQLException |
Protected Member Functions | |
void | closeConnection () throws SQLException |
Protected Attributes | |
String | session = null |
Heavy.Client | client = null |
String | catalog |
TTransport | transport |
SQLWarning | warnings |
String | url |
Connection_properties | cP = null |
Package Functions | |
public< T > T | unwrap (Class< T > iface) throws SQLException |
Package Attributes | |
Set< String > | protocol_set |
Static Package Attributes | |
static final Logger | logger = LoggerFactory.getLogger(HeavyAIConnection.class) |
Private Member Functions | |
TProtocol | manageConnection () throws java.lang.Exception |
void | setSession (Object pki_auth) throws java.lang.Exception |
Definition at line 138 of file HeavyAIConnection.java.
|
inline |
Definition at line 454 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.catalog, ai.heavy.jdbc.HeavyAIConnection.client, ai.heavy.jdbc.HeavyAIConnection.cP, ai.heavy.jdbc.Options.db_name, ai.heavy.jdbc.HeavyAIExceptionText.getExceptionDetail(), ai.heavy.jdbc.HeavyAIConnection.manageConnection(), ai.heavy.jdbc.Options.pkiauth, ai.heavy.jdbc.HeavyAIConnection.setSession(), and ai.heavy.jdbc.HeavyAIConnection.url.
Referenced by ai.heavy.jdbc.HeavyAIConnection.getAlternateConnection().
|
inline |
Definition at line 904 of file HeavyAIConnection.java.
|
inline |
Definition at line 621 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.warnings.
|
inline |
Definition at line 532 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.closeConnection(), and ai.heavy.jdbc.HeavyAIConnection.session.
Referenced by heavydb.connection.Connection.__del__(), heavydb.cursor.Cursor.__exit__(), and heavydb.connection.Connection.__exit__().
|
inlineprotected |
Definition at line 547 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
Referenced by ai.heavy.jdbc.HeavyAIConnection.close().
|
inline |
Definition at line 519 of file HeavyAIConnection.java.
|
inline |
Definition at line 857 of file HeavyAIConnection.java.
References run_benchmark_import.type, and typeName().
|
inline |
Definition at line 786 of file HeavyAIConnection.java.
|
inline |
Definition at line 778 of file HeavyAIConnection.java.
|
inline |
Definition at line 794 of file HeavyAIConnection.java.
|
inline |
Definition at line 802 of file HeavyAIConnection.java.
|
inline |
Definition at line 480 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 626 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 719 of file HeavyAIConnection.java.
|
inline |
Definition at line 869 of file HeavyAIConnection.java.
|
inline |
Definition at line 341 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIExceptionText.getExceptionDetail(), and ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection().
|
inline |
Definition at line 514 of file HeavyAIConnection.java.
|
inline |
Definition at line 601 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.catalog.
|
inline |
Definition at line 840 of file HeavyAIConnection.java.
|
inline |
Definition at line 849 of file HeavyAIConnection.java.
|
inline |
Definition at line 676 of file HeavyAIConnection.java.
|
inline |
Definition at line 561 of file HeavyAIConnection.java.
|
inline |
Definition at line 921 of file HeavyAIConnection.java.
|
inline |
Definition at line 896 of file HeavyAIConnection.java.
|
inline |
Definition at line 611 of file HeavyAIConnection.java.
|
inline |
Definition at line 649 of file HeavyAIConnection.java.
|
inline |
Definition at line 616 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.warnings.
|
inline |
Definition at line 553 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 575 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 810 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 937 of file HeavyAIConnection.java.
|
inlineprivate |
Definition at line 368 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.cP, ai.heavy.jdbc.Options.host_name, Integer, ai.heavy.jdbc.HeavyAIConnection.Connection_properties.isBinary(), ai.heavy.jdbc.HeavyAIConnection.Connection_properties.isBinary_tls(), ai.heavy.jdbc.HeavyAIConnection.Connection_properties.isHttpProtocol(), ai.heavy.jdbc.HeavyAIConnection.Connection_properties.isHttpsProtocol(), ai.heavy.jdbc.Options.port_num, ai.heavy.jdbc.Options.server_trust_store, ai.heavy.jdbc.Options.server_trust_store_pwd, and ai.heavy.jdbc.HeavyAIConnection.transport.
Referenced by ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection().
|
inline |
Definition at line 500 of file HeavyAIConnection.java.
|
inline |
Definition at line 491 of file HeavyAIConnection.java.
|
inline |
Definition at line 639 of file HeavyAIConnection.java.
|
inline |
Definition at line 740 of file HeavyAIConnection.java.
|
inline |
Definition at line 485 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 632 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.session.
|
inline |
Definition at line 729 of file HeavyAIConnection.java.
|
inline |
Definition at line 751 of file HeavyAIConnection.java.
|
inline |
Definition at line 760 of file HeavyAIConnection.java.
|
inline |
Definition at line 769 of file HeavyAIConnection.java.
|
inline |
Definition at line 710 of file HeavyAIConnection.java.
|
inline |
Definition at line 524 of file HeavyAIConnection.java.
|
inline |
Definition at line 701 of file HeavyAIConnection.java.
|
inline |
Definition at line 508 of file HeavyAIConnection.java.
|
inline |
Definition at line 593 of file HeavyAIConnection.java.
|
inline |
Definition at line 824 of file HeavyAIConnection.java.
|
inline |
Definition at line 832 of file HeavyAIConnection.java.
|
inline |
Definition at line 667 of file HeavyAIConnection.java.
|
inline |
Definition at line 912 of file HeavyAIConnection.java.
|
inline |
Definition at line 568 of file HeavyAIConnection.java.
|
inline |
Definition at line 684 of file HeavyAIConnection.java.
|
inline |
Definition at line 692 of file HeavyAIConnection.java.
|
inline |
|
inlineprivate |
Definition at line 429 of file HeavyAIConnection.java.
References ai.heavy.jdbc.HeavyAIConnection.cP, ai.heavy.jdbc.Options.db_name, ai.heavy.jdbc.Options.password, ai.heavy.jdbc.HeavyAIConnection.session, ai.heavy.jdbc.Options.sslcert, ai.heavy.jdbc.Options.sslkey_password, and ai.heavy.jdbc.Options.user.
Referenced by ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection().
|
inline |
Definition at line 606 of file HeavyAIConnection.java.
|
inline |
Definition at line 658 of file HeavyAIConnection.java.
|
inlinepackage |
Definition at line 929 of file HeavyAIConnection.java.
|
protected |
Definition at line 335 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.getCatalog(), and ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection().
|
protected |
Definition at line 334 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection().
|
protected |
Definition at line 339 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection(), ai.heavy.jdbc.HeavyAIConnection.manageConnection(), and ai.heavy.jdbc.HeavyAIConnection.setSession().
|
staticpackage |
Definition at line 139 of file HeavyAIConnection.java.
|
package |
Definition at line 141 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.Connection_properties.validate_params().
|
protected |
Definition at line 333 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.close(), ai.heavy.jdbc.HeavyAIConnection.closeConnection(), ai.heavy.jdbc.HeavyAIConnection.createStatement(), ai.heavy.jdbc.HeavyAIConnection.isClosed(), ai.heavy.jdbc.HeavyAIConnection.isReadOnly(), ai.heavy.jdbc.HeavyAIConnection.isValid(), ai.heavy.jdbc.HeavyAIConnection.prepareStatement(), heavydb.thrift.Heavy.disconnect_args.read(), heavydb.thrift.Heavy.switch_database_args.read(), heavydb.thrift.Heavy.clone_session_args.read(), heavydb.thrift.Heavy.get_server_status_args.read(), heavydb.thrift.Heavy.get_status_args.read(), heavydb.thrift.Heavy.get_hardware_info_args.read(), heavydb.thrift.Heavy.get_tables_args.read(), heavydb.thrift.Heavy.get_tables_for_database_args.read(), heavydb.thrift.Heavy.get_physical_tables_args.read(), heavydb.thrift.Heavy.get_views_args.read(), heavydb.thrift.Heavy.get_tables_meta_args.read(), heavydb.thrift.Heavy.get_table_details_args.read(), heavydb.thrift.Heavy.get_table_details_for_database_args.read(), heavydb.thrift.Heavy.get_internal_table_details_args.read(), heavydb.thrift.Heavy.get_internal_table_details_for_database_args.read(), heavydb.thrift.Heavy.get_users_args.read(), heavydb.thrift.Heavy.get_databases_args.read(), heavydb.thrift.Heavy.start_heap_profile_args.read(), heavydb.thrift.Heavy.stop_heap_profile_args.read(), heavydb.thrift.Heavy.get_heap_profile_args.read(), heavydb.thrift.Heavy.get_memory_args.read(), heavydb.thrift.Heavy.clear_cpu_memory_args.read(), heavydb.thrift.Heavy.clear_gpu_memory_args.read(), heavydb.thrift.Heavy.set_table_epoch_args.read(), heavydb.thrift.Heavy.set_table_epoch_by_name_args.read(), heavydb.thrift.Heavy.get_table_epoch_args.read(), heavydb.thrift.Heavy.get_table_epoch_by_name_args.read(), heavydb.thrift.Heavy.get_table_epochs_args.read(), heavydb.thrift.Heavy.set_table_epochs_args.read(), heavydb.thrift.Heavy.get_session_info_args.read(), heavydb.thrift.Heavy.get_queries_info_args.read(), heavydb.thrift.Heavy.set_leaf_info_args.read(), heavydb.thrift.Heavy.sql_execute_args.read(), heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.sql_execute_gdf_args.read(), heavydb.thrift.Heavy.deallocate_df_args.read(), heavydb.thrift.Heavy.sql_validate_args.read(), heavydb.thrift.Heavy.get_completion_hints_args.read(), heavydb.thrift.Heavy.set_execution_mode_args.read(), heavydb.thrift.Heavy.render_vega_args.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), heavydb.thrift.Heavy.create_custom_expression_args.read(), heavydb.thrift.Heavy.get_custom_expressions_args.read(), heavydb.thrift.Heavy.update_custom_expression_args.read(), heavydb.thrift.Heavy.delete_custom_expressions_args.read(), heavydb.thrift.Heavy.get_dashboard_args.read(), heavydb.thrift.Heavy.get_dashboards_args.read(), heavydb.thrift.Heavy.create_dashboard_args.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.Heavy.delete_dashboard_args.read(), heavydb.thrift.Heavy.share_dashboards_args.read(), heavydb.thrift.Heavy.delete_dashboards_args.read(), heavydb.thrift.Heavy.share_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboards_args.read(), heavydb.thrift.Heavy.get_dashboard_grantees_args.read(), heavydb.thrift.Heavy.get_link_view_args.read(), heavydb.thrift.Heavy.create_link_args.read(), heavydb.thrift.Heavy.load_table_binary_args.read(), heavydb.thrift.Heavy.load_table_binary_columnar_args.read(), heavydb.thrift.Heavy.load_table_binary_arrow_args.read(), heavydb.thrift.Heavy.load_table_args.read(), heavydb.thrift.Heavy.detect_column_types_args.read(), heavydb.thrift.Heavy.create_table_args.read(), heavydb.thrift.Heavy.import_table_args.read(), heavydb.thrift.Heavy.import_geo_table_args.read(), heavydb.thrift.Heavy.import_table_status_args.read(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_args.read(), heavydb.thrift.Heavy.get_all_files_in_archive_args.read(), heavydb.thrift.Heavy.get_layers_in_geo_file_args.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.read(), heavydb.thrift.Heavy.check_table_consistency_args.read(), heavydb.thrift.Heavy.start_render_query_args.read(), heavydb.thrift.Heavy.insert_data_args.read(), heavydb.thrift.Heavy.insert_chunks_args.read(), heavydb.thrift.Heavy.checkpoint_args.read(), heavydb.thrift.Heavy.get_roles_args.read(), heavydb.thrift.Heavy.get_db_objects_for_grantee_args.read(), heavydb.thrift.Heavy.get_db_object_privs_args.read(), heavydb.thrift.Heavy.get_all_roles_for_user_args.read(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.read(), heavydb.thrift.Heavy.has_role_args.read(), heavydb.thrift.Heavy.has_object_privilege_args.read(), heavydb.thrift.Heavy.set_license_key_args.read(), heavydb.thrift.Heavy.get_license_claims_args.read(), heavydb.thrift.Heavy.get_device_parameters_args.read(), heavydb.thrift.Heavy.register_runtime_extension_functions_args.read(), heavydb.thrift.Heavy.get_table_function_names_args.read(), heavydb.thrift.Heavy.get_runtime_table_function_names_args.read(), heavydb.thrift.Heavy.get_table_function_details_args.read(), heavydb.thrift.Heavy.get_function_names_args.read(), heavydb.thrift.Heavy.get_runtime_function_names_args.read(), heavydb.thrift.Heavy.get_function_details_args.read(), ai.heavy.jdbc.HeavyAIConnection.setSession(), heavydb.thrift.Heavy.disconnect_args.write(), heavydb.thrift.Heavy.switch_database_args.write(), heavydb.thrift.Heavy.clone_session_args.write(), heavydb.thrift.Heavy.get_server_status_args.write(), heavydb.thrift.Heavy.get_status_args.write(), heavydb.thrift.Heavy.get_hardware_info_args.write(), heavydb.thrift.Heavy.get_tables_args.write(), heavydb.thrift.Heavy.get_tables_for_database_args.write(), heavydb.thrift.Heavy.get_physical_tables_args.write(), heavydb.thrift.Heavy.get_views_args.write(), heavydb.thrift.Heavy.get_tables_meta_args.write(), heavydb.thrift.Heavy.get_table_details_args.write(), heavydb.thrift.Heavy.get_table_details_for_database_args.write(), heavydb.thrift.Heavy.get_internal_table_details_args.write(), heavydb.thrift.Heavy.get_internal_table_details_for_database_args.write(), heavydb.thrift.Heavy.get_users_args.write(), heavydb.thrift.Heavy.get_databases_args.write(), heavydb.thrift.Heavy.start_heap_profile_args.write(), heavydb.thrift.Heavy.stop_heap_profile_args.write(), heavydb.thrift.Heavy.get_heap_profile_args.write(), heavydb.thrift.Heavy.get_memory_args.write(), heavydb.thrift.Heavy.clear_cpu_memory_args.write(), heavydb.thrift.Heavy.clear_gpu_memory_args.write(), heavydb.thrift.Heavy.set_table_epoch_args.write(), heavydb.thrift.Heavy.set_table_epoch_by_name_args.write(), heavydb.thrift.Heavy.get_table_epoch_args.write(), heavydb.thrift.Heavy.get_table_epoch_by_name_args.write(), heavydb.thrift.Heavy.get_table_epochs_args.write(), heavydb.thrift.Heavy.set_table_epochs_args.write(), heavydb.thrift.Heavy.get_session_info_args.write(), heavydb.thrift.Heavy.get_queries_info_args.write(), heavydb.thrift.Heavy.set_leaf_info_args.write(), heavydb.thrift.Heavy.sql_execute_args.write(), heavydb.thrift.Heavy.sql_execute_df_args.write(), heavydb.thrift.Heavy.sql_execute_gdf_args.write(), heavydb.thrift.Heavy.deallocate_df_args.write(), heavydb.thrift.Heavy.sql_validate_args.write(), heavydb.thrift.Heavy.get_completion_hints_args.write(), heavydb.thrift.Heavy.set_execution_mode_args.write(), heavydb.thrift.Heavy.render_vega_args.write(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.write(), heavydb.thrift.Heavy.create_custom_expression_args.write(), heavydb.thrift.Heavy.get_custom_expressions_args.write(), heavydb.thrift.Heavy.update_custom_expression_args.write(), heavydb.thrift.Heavy.delete_custom_expressions_args.write(), heavydb.thrift.Heavy.get_dashboard_args.write(), heavydb.thrift.Heavy.get_dashboards_args.write(), heavydb.thrift.Heavy.create_dashboard_args.write(), heavydb.thrift.Heavy.replace_dashboard_args.write(), heavydb.thrift.Heavy.delete_dashboard_args.write(), heavydb.thrift.Heavy.share_dashboards_args.write(), heavydb.thrift.Heavy.delete_dashboards_args.write(), heavydb.thrift.Heavy.share_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboards_args.write(), heavydb.thrift.Heavy.get_dashboard_grantees_args.write(), heavydb.thrift.Heavy.get_link_view_args.write(), heavydb.thrift.Heavy.create_link_args.write(), heavydb.thrift.Heavy.load_table_binary_args.write(), heavydb.thrift.Heavy.load_table_binary_columnar_args.write(), heavydb.thrift.Heavy.load_table_binary_arrow_args.write(), heavydb.thrift.Heavy.load_table_args.write(), heavydb.thrift.Heavy.detect_column_types_args.write(), heavydb.thrift.Heavy.create_table_args.write(), heavydb.thrift.Heavy.import_table_args.write(), heavydb.thrift.Heavy.import_geo_table_args.write(), heavydb.thrift.Heavy.import_table_status_args.write(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_args.write(), heavydb.thrift.Heavy.get_all_files_in_archive_args.write(), heavydb.thrift.Heavy.get_layers_in_geo_file_args.write(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.write(), heavydb.thrift.Heavy.check_table_consistency_args.write(), heavydb.thrift.Heavy.start_render_query_args.write(), heavydb.thrift.Heavy.insert_data_args.write(), heavydb.thrift.Heavy.insert_chunks_args.write(), heavydb.thrift.Heavy.checkpoint_args.write(), heavydb.thrift.Heavy.get_roles_args.write(), heavydb.thrift.Heavy.get_db_objects_for_grantee_args.write(), heavydb.thrift.Heavy.get_db_object_privs_args.write(), heavydb.thrift.Heavy.get_all_roles_for_user_args.write(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.write(), heavydb.thrift.Heavy.has_role_args.write(), heavydb.thrift.Heavy.has_object_privilege_args.write(), heavydb.thrift.Heavy.set_license_key_args.write(), heavydb.thrift.Heavy.get_license_claims_args.write(), heavydb.thrift.Heavy.get_device_parameters_args.write(), heavydb.thrift.Heavy.register_runtime_extension_functions_args.write(), heavydb.thrift.Heavy.get_table_function_names_args.write(), heavydb.thrift.Heavy.get_runtime_table_function_names_args.write(), heavydb.thrift.Heavy.get_table_function_details_args.write(), heavydb.thrift.Heavy.get_function_names_args.write(), heavydb.thrift.Heavy.get_runtime_function_names_args.write(), and heavydb.thrift.Heavy.get_function_details_args.write().
|
protected |
Definition at line 336 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.manageConnection().
|
protected |
Definition at line 338 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.HeavyAIConnection().
|
protected |
Definition at line 337 of file HeavyAIConnection.java.
Referenced by ai.heavy.jdbc.HeavyAIConnection.clearWarnings(), and ai.heavy.jdbc.HeavyAIConnection.getWarnings().