1.0 Doctrine_Adapter_Statement
Doctrine Adapter Statement
Method Summary
| Returns | Name | Description |
|---|---|---|
| bindValue | ||
| columnCount | ||
| errorCode | ||
| errorInfo | ||
| execute | ||
| mixed | fetch | |
| nextRowset | ||
| rowCount | ||
| setFetchMode |
Method Details
-
bindValue($no, $value)
-
columnCount()
-
errorCode()
-
errorInfo()
-
execute()
execute()
-
$fetchStyle Controls how the next row will be returned to the caller. This value must be one of the Doctrine::FETCH_* constants, defaulting to Doctrine::FETCH_BOTH $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::FETCH_ORI_* constants, defaultin $cursorOffset For a Doctrine_Adapter_Statement_Interface object representing a scrollable cursor for which the $cursorOrientation parameter is set to Doctrine::FETCH_ORI_ABS, this value specifies
(mixed) fetch($fetchStyle, $cursorOrientation, $cursorOffset)
-
nextRowset()
nextRowSet
-
rowCount()
-
setFetchMode($mode)