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

Development 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


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


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

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

    [ borrowed from Zend Framework ]


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine