Package com.gpudb.protocol
Class ExportRecordsToTableRequest.Options
java.lang.Object
com.gpudb.protocol.ExportRecordsToTableRequest.Options
Enclosing class:
A set of string constants for the
ExportRecordsToTableRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBatch size, which determines how many rows to export per round trip.static final StringName of an existing external data sink to which table name specified intableNamewill be exported.static final Stringstatic final StringExecutes the statement once before doing actual load.static final StringExecutes the statement per each JDBC session before doing actual load.static final StringName of the target table to which source table is exported.static final Stringstatic final StringUses $n style syntax when generating insert query for remote_table option.static final StringWraps parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type.
Field Details