Represents the options one can use to customize the unwrapped connection/statement/resultset types

  • SQLOptions
    • BaseDataObject
    • Basic
      • Identifiable
      • Object
        • Anything

no subtypes hierarchy

Initializer
SQLOptions(Boolean? autoGeneratedKeys = null, JsonArray? autoGeneratedKeysIndexes = null, String? catalog = null, FetchDirection? fetchDirection = null, Integer? fetchSize = null, Integer? queryTimeout = null, Boolean? readOnly = null, ResultSetConcurrency? resultSetConcurrency = null, ResultSetType? resultSetType = null, String? schema = null, TransactionIsolation? transactionIsolation = null)
Parameters:
  • autoGeneratedKeys = null
  • autoGeneratedKeysIndexes = null
  • catalog = null
  • fetchDirection = null
  • fetchSize = null
  • queryTimeout = null
  • readOnly = null
  • resultSetConcurrency = null
  • resultSetType = null
  • schema = null
  • transactionIsolation = null
Attributes
autoGeneratedKeysshared Boolean? autoGeneratedKeys
autoGeneratedKeysIndexesshared JsonArray? autoGeneratedKeysIndexes
catalogshared String? catalog
fetchDirectionshared FetchDirection? fetchDirection
fetchSizeshared Integer? fetchSize
queryTimeoutshared Integer? queryTimeout
readOnlyshared Boolean? readOnly
resultSetConcurrencyshared ResultSetConcurrency? resultSetConcurrency
resultSetTypeshared ResultSetType? resultSetType
schemashared String? schema
transactionIsolationshared TransactionIsolation? transactionIsolation
Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
toJsonshared actual default JsonObject toJson()
Refines BaseDataObject.toJson
Inherited Methods
Methods inherited from: Object
equals
Methods inherited from: BaseDataObject
toJson