Doctrine 1.2.4
Doctrine_Adapter_Statement Class Reference

Public Member Functions

 bindValue ($no, $value)
 
 columnCount ()
 
 errorCode ()
 
 errorInfo ()
 
 execute ()
 
 fetch ()
 
 nextRowset ()
 
 rowCount ()
 
 setFetchMode ($mode)
 

Detailed Description

Definition at line 33 of file Statement.php.

Member Function Documentation

Doctrine_Adapter_Statement::bindValue (   $no,
  $value 
)

bindValue

Parameters
string$no
string$value
Returns
void

Definition at line 42 of file Statement.php.

{ }
Doctrine_Adapter_Statement::columnCount ( )

columnCount

Returns
void

Definition at line 129 of file Statement.php.

{ }
Doctrine_Adapter_Statement::errorCode ( )

errorCode

Returns
void

Definition at line 96 of file Statement.php.

{ }
Doctrine_Adapter_Statement::errorInfo ( )

errorInfo

Returns
void

Definition at line 104 of file Statement.php.

{ }
Doctrine_Adapter_Statement::execute ( )

execute()

Returns
void

Definition at line 88 of file Statement.php.

{ }
Doctrine_Adapter_Statement::fetch ( )

fetch

See Also
Doctrine_Core::FETCH_* constants
Parameters
integer$fetchStyleControls how the next row will be returned to the caller. This value must be one of the Doctrine_Core::FETCH_* constants, defaulting to Doctrine_Core::FETCH_BOTH
integer$cursorOrientationFor a PDOStatement object representing a scrollable cursor, this value determines which row will be returned to the caller. This value must be one of the Doctrine_Core::FETCH_ORI_* constants, defaulting to Doctrine_Core::FETCH_ORI_NEXT. To request a scrollable cursor for your Doctrine_Adapter_Statement_Interface object, you must set the Doctrine_Core::ATTR_CURSOR attribute to Doctrine_Core::CURSOR_SCROLL when you prepare the SQL statement with Doctrine_Adapter_Interface->prepare().
integer$cursorOffsetFor a Doctrine_Adapter_Statement_Interface object representing a scrollable cursor for which the $cursorOrientation parameter is set to Doctrine_Core::FETCH_ORI_ABS, this value specifies the absolute number of the row in the result set that shall be fetched.

For a Doctrine_Adapter_Statement_Interface object representing a scrollable cursor for which the $cursorOrientation parameter is set to Doctrine_Core::FETCH_ORI_REL, this value specifies the row to fetch relative to the cursor position before Doctrine_Adapter_Statement_Interface->fetch() was called.

Returns
mixed

Definition at line 72 of file Statement.php.

{ }
Doctrine_Adapter_Statement::nextRowset ( )

nextRowSet

Returns
void

Definition at line 80 of file Statement.php.

{ }
Doctrine_Adapter_Statement::rowCount ( )

rowCount

Returns
void

Definition at line 112 of file Statement.php.

{ }
Doctrine_Adapter_Statement::setFetchMode (   $mode)

setFetchMode

Parameters
string$mode
Returns
void

Definition at line 121 of file Statement.php.

{ }

The documentation for this class was generated from the following file: