1.0 Doctrine_Connection_Mssql
Doctrine Connection Mssql
Inheritence
Doctrine_Connection_Mssql < Doctrine_Connection
Method Summary
| Returns | Name | Description |
|---|---|---|
| boolean | checkSequence | |
| mixed | getServerVersion | |
| string | modifyLimitQuery | [ borrowed from Zend Framework ] |
| string | quoteIdentifier | Quoting style depends on which database driver is being used. |
| __construct |
Methods inherited from Doctrine_Connection
incrementQueryCount , getEventManager , getDriverName , update , fetchArray , getDbh , exec , getName , setConfiguration , fetchColumn , commit , fetchBoth , beginTransaction , delete , convertBooleans , select , getDefaultIdGeneratorType , setName , errorInfo , getAvailableDrivers , dropDatabase , rollback , rethrowException , lastInsertId , getTransactionLevel , __toString , _constructPdoDsn , fetchRow , getSequenceModule , close , supports , errorCode , getFormatter , standaloneQuery , quote , modifyLimitSubquery , fetchOne , setCharset , getConfiguration , quoteIdentifier , __construct , getPdo , getAttribute , setDateFormat , count , execute , setEventManager , insert , connect , modifyLimitQuery , replace , prepare , fetchAssoc , createDatabase , fetchAll , getPropertyMethod 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