Represents the options one can use to customize the unwrapped connection/statement/resultset types
AnythingSQLOptionsBaseDataObjectBasicIdentifiableObjectAnythingno 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:
|
| Attributes | |
autoGeneratedKeys | shared Boolean? autoGeneratedKeys |
autoGeneratedKeysIndexes | shared JsonArray? autoGeneratedKeysIndexes |
catalog | shared String? catalog |
fetchDirection | shared FetchDirection? fetchDirection |
fetchSize | shared Integer? fetchSize |
queryTimeout | shared Integer? queryTimeout |
readOnly | shared Boolean? readOnly |
resultSetConcurrency | shared ResultSetConcurrency? resultSetConcurrency |
resultSetType | shared ResultSetType? resultSetType |
schema | shared String? schema |
transactionIsolation | shared TransactionIsolation? transactionIsolation |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |