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_Db2

Doctrine Adapter Db2

Doctrine_Adapter_Db2 IBM DB2 Adapter [BORROWED FROM ZEND FRAMEWORK]

Method Details

  • (string) getQuoteIdentifierSymbol()


  • _commit()

    Commit a transaction.


  • _setExecuteMode($mode)


  • setFetchMode($mode)

    Set the fetch mode.


  • (int) _getExecuteMode()

    Gets the execution mode

    Doctrine_Adapter_Db2


  • $config An array of configuration keys.

    __construct($config)

    Constructor.

    $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.


  • $sql The SQL statement with placeholders.

    (Doctrine_Statement_Db2) prepare($sql)

    Returns an SQL statement for preparation.


  • closeConnection()

    Force the connection to close.


  • _connect()

    Creates a 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