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

1.0 Doctrine_Connection_Mssql

Doctrine Connection Mssql

Inheritence

Doctrine_Connection_Mssql  < Doctrine_Connection

Method Details

  • $seq_name The sequence name to verify.

    (boolean) checkSequence($seqName, $seq_name)

    Checks if there's a sequence that exists.

    Doctrine_Connection_Mssql


  • $native determines if the raw version string should be returned

    (mixed) getServerVersion($native = false)

    return version information about the server

    Doctrine_Connection_Mssql


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

    Adds an adapter-specific LIMIT clause to the SELECT statement.

    [ borrowed from Zend Framework ]


  • $identifier identifier name to be quoted
    $checkOption check the 'quote_identifier' option

    (string) quoteIdentifier($identifier, $checkOption = false)

    quoteIdentifier Quote a string so it can be safely used as a table / column name

    Quoting style depends on which database driver is being used.

    Doctrine_Connection_Mssql


  • $pdo database handle

    __construct(( ) $manager, $adapter, (PDO) $pdo)

    the constructor