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

0.10 Doctrine_Adapter_Db2

Doctrine Adapter Db2

IBM DB2 Adapter. This class was ported from the Zend Framework

Method Details

  • (string) getQuoteIdentifierSymbol()

    Get the symbol used for identifier quoting


  • _commit()

    Commit a transaction.


  • _setExecuteMode($mode)

    Set the current execution mode


  • setFetchMode($mode)

    Set the fetch mode.


  • (int) _getExecuteMode()

    Get the current execution mode

    Doctrine_Adapter_Db2


  • $config An array of configuration keys.

    __construct($config)

    $config is an array of key/value pairs containing configuration options. These options are common to most adapters:

    dbname => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username. host => (string) What host to conne


  • $sql The SQL statement with placeholders.

    (Doctrine_Statement_Db2) prepare($sql)

    Prepare a sql statement and return it


  • closeConnection()

    Close the connection resource


  • _connect()

    Creates the connection resource


  • $value Raw string

    (string) _quote($value)

    Quote a raw string.

    Doctrine_Adapter_Db2


  • _beginTransaction()

    Begin a transaction.


  • _rollBack()

    Rollback a transaction.


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine