Skip to main content

Class InsertRecordsResponse.Info

java.lang.Object
com.gpudb.protocol.InsertRecordsResponse.Info
Enclosing class:

public static final class InsertRecordsResponse.Info extends Object
A set of string constants for the InsertRecordsResponse parameter info.

Additional information.

  • Field Details

    • BAD_RECORD_INDICES

      public static final String BAD_RECORD_INDICES
      If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based).
    • ERROR_N

      public static final String ERROR_N
      Error message for record at index N (0-based).