symfony API

sfDebugConnection Class

« Back to API menu

Packages

You are currently browsing the symfony API for the 1.1 version. Switch to:

Debug implementation of Connection.

Method Summary

Method Details

  • getIdGenerator ()

  • rollback ()

  • __call ($method, $arguments)

    $method
    $arguments

  • executeQuery ($sql, $fetchmode = null)

    $sql
    $fetchmode

  • connect ($dsninfo, $flags)

    $dsninfo
    $flags

    connect()

  • getDatabaseInfo ()

  • getDSN ()

  • getAutoCommit ()

  • getResource ()

  • createStatement ()

  • commit ()

  • (int) getNumQueriesExecuted ()

    Returns the number of queries executed on this connection so far

  • prepareCall ($sql)

    $sql

  • getFlags ()

  • prepareStatement ($sql)

    $sql

  • begin ()

  • applyLimit ([[[amp]]]$sql, $offset, $limit)

    [[[amp]]]$sql
    $offset
    $limit

  • isConnected ()

  • setAutoCommit ($bit)

    $bit

  • close ()

  • executeUpdate ($sql)

    $sql

  • setDispatcher ((sfEventDispatcher) $dispatcher)

    $dispatcher An event dispatcher.

    Sets a sfEventDispatcher object.

  • (string) getLastExecutedQuery ()

    Returns the last query executed on this connection

  • getUpdateCount ()