You are currently viewing the 1.0 branch api documentation. Switch to 1.1

1.0 Doctrine_Connection_Db2

Doctrine Connection Db2

Inheritence

Doctrine_Connection_Db2  < Doctrine_Connection

Method Details

  • $query query to modify
    $limit limit the number of rows
    $offset start reading from given offset

    (string) modifyLimitQuery($query, $limit = false, $offset = false, $isManip = false)

    Adds an driver-specific LIMIT clause to the query

    Doctrine_Connection_Db2