A set of string constants for the parameter ExportRecordsToTableRequest.options. More…
Static Public Attributes | |
| const string | BATCH_SIZE = “batch_size” |
| Batch size, which determines how many rows to export per round trip. | |
| const string | DATASINK_NAME = “datasink_name” |
| Name of an existing external data sink to which table name specified in ExportRecordsToTableRequest.table_name will be exported. | |
| const string | JDBC_SESSION_INIT_STATEMENT = “jdbc_session_init_statement” |
| Executes the statement per each JDBC session before doing actual load. | |
| const string | JDBC_CONNECTION_INIT_STATEMENT = “jdbc_connection_init_statement” |
| Executes the statement once before doing actual load. | |
| const string | REMOTE_TABLE = “remote_table” |
| Name of the target table to which source table is exported. | |
| const string | USE_ST_GEOMFROM_CASTS = “use_st_geomfrom_casts” |
| Wraps parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type. | |
| const string | TRUE = “true” |
| A boolean constant for the ExportRecordsToTableRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the ExportRecordsToTableRequest.Options options. | |
| const string | USE_INDEXED_PARAMETERS = “use_indexed_parameters” |
| Uses $n style syntax when generating insert query for remote_table option. | |
Detailed Description
A set of string constants for the parameter ExportRecordsToTableRequest.options.
Optional parameters.
Definition at line 21 of file ExportRecordsToTable.cs.
Member Data Documentation
◆ BATCH_SIZE
| static |
Batch size, which determines how many rows to export per round trip.
The default value is ‘200000’.
Definition at line 26 of file ExportRecordsToTable.cs.
◆ DATASINK_NAME
| static |
Name of an existing external data sink to which table name specified in ExportRecordsToTableRequest.table_name will be exported.
Definition at line 31 of file ExportRecordsToTable.cs.
◆ FALSE
| static |
A boolean constant for the ExportRecordsToTableRequest.Options options.
Definition at line 75 of file ExportRecordsToTable.cs.
◆ JDBC_CONNECTION_INIT_STATEMENT
| static |
Executes the statement once before doing actual load.
The default value is ”.
Definition at line 41 of file ExportRecordsToTable.cs.
◆ JDBC_SESSION_INIT_STATEMENT
| static |
Executes the statement per each JDBC session before doing actual load.
The default value is ”.
Definition at line 36 of file ExportRecordsToTable.cs.
◆ REMOTE_TABLE
| static |
Name of the target table to which source table is exported.
When this option is specified remote_query cannot be specified. The default value is ”.
Definition at line 47 of file ExportRecordsToTable.cs.
◆ TRUE
| static |
A boolean constant for the ExportRecordsToTableRequest.Options options.
Definition at line 71 of file ExportRecordsToTable.cs.
◆ USE_INDEXED_PARAMETERS
| static |
Uses $n style syntax when generating insert query for remote_table option.
Supported values:
The default value is FALSE.
Definition at line 95 of file ExportRecordsToTable.cs.
◆ USE_ST_GEOMFROM_CASTS
| static |
Wraps parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type.
Supported values:
The default value is FALSE.
Definition at line 67 of file ExportRecordsToTable.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ExportRecordsToTable.cs
- Kinetica/Protocol/ExportRecordsToTable.cs