Class ExportRecordsToTableRequest.Options

    • Field Detail

      • BATCH_SIZE

        public static final String BATCH_SIZE
        Batch size, which determines how many rows to export per round trip. The default value is '200000'.
        See Also:
        Constant Field Values
      • DATASINK_NAME

        public static final String DATASINK_NAME
        Name of an existing external data sink to which table name specified in tableName will be exported
        See Also:
        Constant Field Values
      • JDBC_SESSION_INIT_STATEMENT

        public static final String JDBC_SESSION_INIT_STATEMENT
        Executes the statement per each JDBC session before doing actual load. The default value is ''.
        See Also:
        Constant Field Values
      • JDBC_CONNECTION_INIT_STATEMENT

        public static final String JDBC_CONNECTION_INIT_STATEMENT
        Executes the statement once before doing actual load. The default value is ''.
        See Also:
        Constant Field Values
      • REMOTE_TABLE

        public static final String 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 ''.
        See Also:
        Constant Field Values
      • USE_ST_GEOMFROM_CASTS

        public static final String USE_ST_GEOMFROM_CASTS
        Wraps parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values
      • USE_INDEXED_PARAMETERS

        public static final String USE_INDEXED_PARAMETERS
        Uses $n style syntax when generating insert query for remote_table option. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values