Definition at line 33 of file Statement.php.
| Doctrine_Adapter_Statement::bindValue |
( |
|
$no, |
|
|
|
$value |
|
) |
| |
bindValue
- Parameters
-
- Returns
- void
Definition at line 42 of file Statement.php.
| Doctrine_Adapter_Statement::columnCount |
( |
| ) |
|
| Doctrine_Adapter_Statement::errorCode |
( |
| ) |
|
| Doctrine_Adapter_Statement::errorInfo |
( |
| ) |
|
| Doctrine_Adapter_Statement::execute |
( |
| ) |
|
| Doctrine_Adapter_Statement::fetch |
( |
| ) |
|
fetch
- See Also
- Doctrine_Core::FETCH_* constants
- Parameters
-
| integer | $fetchStyle | Controls 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 | $cursorOrientation | For 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 | $cursorOffset | For 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 |
( |
| ) |
|
| Doctrine_Adapter_Statement::rowCount |
( |
| ) |
|
| Doctrine_Adapter_Statement::setFetchMode |
( |
|
$mode | ) |
|
setFetchMode
- Parameters
-
- Returns
- void
Definition at line 121 of file Statement.php.
The documentation for this class was generated from the following file: