SQLOptions

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

package

Default

Methods

SQLOptions constructor

__construct( $sqlOptions = null) 

Arguments

$sqlOptions

mixed | null

getAutoGeneratedKeysIndexes

getAutoGeneratedKeysIndexes() : array

Response

array

getCatalog

getCatalog() : string

Response

string

getFetchDirection

getFetchDirection() : string

Response

string

getFetchSize

getFetchSize() : integer

Response

integer

getQueryTimeout

getQueryTimeout() : integer

Response

integer

getResultSetConcurrency

getResultSetConcurrency() : string

Response

string

getResultSetType

getResultSetType() : string

Response

string

getSchema

getSchema() : string

Response

string

getTransactionIsolation

getTransactionIsolation() : string

Response

string

isAutoGeneratedKeys

isAutoGeneratedKeys() : boolean

Response

boolean

isReadOnly

isReadOnly() : boolean

Response

boolean

setAutoGeneratedKeys

setAutoGeneratedKeys( $autoGeneratedKeys) : $this

Arguments

$autoGeneratedKeys

boolean

Response

$this

setAutoGeneratedKeysIndexes

setAutoGeneratedKeysIndexes( $autoGeneratedKeysIndexes) : $this

Arguments

$autoGeneratedKeysIndexes

array

Response

$this

setCatalog

setCatalog( $catalog) : $this

Arguments

$catalog

string

Response

$this

setFetchDirection

setFetchDirection( $fetchDirection) : $this

Arguments

$fetchDirection

string

Response

$this

setFetchSize

setFetchSize( $fetchSize) : $this

Arguments

$fetchSize

integer

Response

$this

setQueryTimeout

setQueryTimeout( $queryTimeout) : $this

Arguments

$queryTimeout

integer

Response

$this

setReadOnly

setReadOnly( $readOnly) : $this

Arguments

$readOnly

boolean

Response

$this

setResultSetConcurrency

setResultSetConcurrency( $resultSetConcurrency) : $this

Arguments

$resultSetConcurrency

string

Response

$this

setResultSetType

setResultSetType( $resultSetType) : $this

Arguments

$resultSetType

string

Response

$this

setSchema

setSchema( $schema) : $this

Arguments

$schema

string

Response

$this

setTransactionIsolation

setTransactionIsolation( $transactionIsolation) : $this

Arguments

$transactionIsolation

string

Response

$this