public static final class ExportRecordsToTableRequest.Options extends Object
BATCH_SIZE
: Batch size, which determines how many rows to export per
round trip. The default value is '200000'.
DATASINK_NAME
: Name of an existing external data sink to which table
name specified in tableName
will be exported
JDBC_SESSION_INIT_STATEMENT
: Executes the statement per each jdbc
session before doing actual load. The default value is ''.
JDBC_CONNECTION_INIT_STATEMENT
: Executes the statement once before
doing actual load. The default value is ''.
REMOTE_TABLE
: 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 ''.
USE_ST_GEOMFROM_CASTS
: Wraps parametrized variables with
st_geomfromtext or st_geomfromwkb based on source column type
Supported values:
The default value is FALSE
.
USE_INDEXED_PARAMETERS
: Uses $n style syntax when generating insert
query for remote_table option
Supported values:
The default value is TRUE
.
Map
.
A set of string constants for the parameter options
.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
|
static String |
USE_ST_GEOMFROM_CASTS
|
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
TRUE
.Copyright © 2024. All rights reserved.