Methods
Get resource
getResource() : resource
Get sql
getSql() : string
One of two resource types will be provided here:
a) "SQL Server Connection" when a prepared statement needs to still be produced
b) "SQL Server Statement" when a prepared statement has been already produced
(there will need to already be a bound param set if it applies to this query)
initialize(resource $resource) : \Zend\Db\Adapter\Driver\Sqlsrv\Statement
Parameters
$resource
resource
Exceptions
Returns
Check if is prepared
isPrepared() : bool
setPrepareOptions()
setPrepareOptions(array $prepareOptions)
Parameters
$prepareOptions
array
setPrepareParams()
setPrepareParams(array $prepareParams)
Parameters
$prepareParams
array
Bind parameters from container
bindParametersFromContainer()
Properties
$isPrepared
$isPrepared : bool
$parameterReferences
$parameterReferences : array
$prepareOptions
$prepareOptions : array
$prepareParams
$prepareParams : array
$resource
$resource : resource
$sqlsrv
$sqlsrv : resource