public static final class ExportRecordsToTableRequest.Options extends Object
ExportRecordsToTableRequest
parameter options
.
Optional parameters.
Modifier and Type | Field and Description |
---|---|
static String |
BATCH_SIZE
Batch size, which determines how many rows to export per round trip.
|
static String |
DATASINK_NAME
Name of an existing external data sink to which table name specified
in
tableName will be exported |
static String |
FALSE |
static String |
JDBC_CONNECTION_INIT_STATEMENT
Executes the statement once before doing actual load.
|
static String |
JDBC_SESSION_INIT_STATEMENT
Executes the statement per each jdbc session before doing actual
load.
|
static String |
REMOTE_TABLE
Name of the target table to which source table is exported.
|
static String |
TRUE |
static String |
USE_INDEXED_PARAMETERS
Uses $n style syntax when generating insert query for remote_table
option.
|
static String |
USE_ST_GEOMFROM_CASTS
Wraps parametrized variables with st_geomfromtext or st_geomfromwkb
based on source column type.
|
public static final String BATCH_SIZE
public static final String DATASINK_NAME
tableName
will be exportedpublic static final String JDBC_SESSION_INIT_STATEMENT
public static final String JDBC_CONNECTION_INIT_STATEMENT
public static final String REMOTE_TABLE
public static final String USE_ST_GEOMFROM_CASTS
FALSE
.public static final String TRUE
public static final String FALSE
public static final String USE_INDEXED_PARAMETERS
FALSE
.Copyright © 2025. All rights reserved.