Represents the options one can use to customize the unwrapped connection/statement/resultset types
package |
Default |
---|
__construct( $sqlOptions = null)
mixed | null
getAutoGeneratedKeysIndexes() : array
array
getCatalog() : string
string
getFetchDirection() : string
string
getFetchSize() : integer
integer
getQueryTimeout() : integer
integer
getResultSetConcurrency() : string
string
getResultSetType() : string
string
getSchema() : string
string
getTransactionIsolation() : string
string
isAutoGeneratedKeys() : boolean
boolean
isReadOnly() : boolean
boolean
setAutoGeneratedKeys( $autoGeneratedKeys) : $this
boolean
$this
setAutoGeneratedKeysIndexes( $autoGeneratedKeysIndexes) : $this
array
$this
setCatalog( $catalog) : $this
string
$this
setFetchDirection( $fetchDirection) : $this
string
$this
setFetchSize( $fetchSize) : $this
integer
$this
setQueryTimeout( $queryTimeout) : $this
integer
$this
setReadOnly( $readOnly) : $this
boolean
$this
setResultSetConcurrency( $resultSetConcurrency) : $this
string
$this
setResultSetType( $resultSetType) : $this
string
$this
setSchema( $schema) : $this
string
$this
setTransactionIsolation( $transactionIsolation) : $this
string
$this