Pt_BR En Ja De Fr 
You are currently viewing the Development branch api documentation. Switch to 0.11 or 1.0

Development Doctrine_Adapter_Statement

Doctrine Adapter Statement

Method Details

  • rowCount()


  • errorInfo()


  • setFetchMode($mode)


  • errorCode()


  • $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)


  • columnCount()


  • execute()


  • bindValue($no, $value)


  • nextRowset()


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine