Class Zend_Db_Statement_Sqlsrv
Extends for Microsoft SQL Server Driver for PHP
- Zend_Db_Statement implements Zend_Db_Statement_Interface
-
Zend_Db_Statement_Sqlsrv
Package: Zend\Db\Statement
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Statement/Sqlsrv.php
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Statement/Sqlsrv.php
protected
|
|
protected
boolean
|
#
_bindParam( mixed $parameter, mixed & $variable, mixed $type = null, mixed $length = null, mixed $options = null )
Binds a parameter to the specified variable name. |
public
boolean
|
|
public
integer
|
#
columnCount( )
Returns the number of columns in the result set. Returns null if the statement has no result set metadata. |
public
string
|
|
public
array
|
|
public
boolean
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
#
fetchObject( string $class = 'stdClass', array $config = array() )
Fetches the next row and returns it as an object. |
public
mixed
|
|
public
boolean
|
#
nextRowset( )
Retrieves the next rowset (result set) for a SQL statement that has multiple result sets. An example is a stored procedure that returns the results of multiple queries. |
public
integer
|
|
public
array
|
__construct(),
_fetchBound(),
_parseParameters(),
_stripQuoted(),
bindColumn(),
bindParam(),
bindValue(),
execute(),
getAdapter(),
getAttribute(),
getDriverStatement(),
setAttribute(),
setFetchMode()
|
protected
|
$_originalSQL |
|
#
The connection_stmt object original string. |
protected
|
$_keys |
|
#
Column names. |
protected
boolean
|
$_executed | false |
#
Query executed |
$_adapter,
$_attribute,
$_bindColumn,
$_bindParam,
$_fetchMode,
$_queryId,
$_sqlParam,
$_sqlSplit,
$_stmt
|