PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
vendor
/
doctrine
/
dbal
/
lib
/
Doctrine
/
DBAL
/
Driver
<?php namespace Doctrine\DBAL\Driver; /** * Contract for a connection that is able to provide information about the server it is connected to. */ interface ServerInfoAwareConnection { /** * Returns the version number of the database server connected to. * * @return string */ public function getServerVersion(); /** * Checks whether a query is required to retrieve the database server version. * * @deprecated * * @return bool True if a query is required to retrieve the database server version, false otherwise. */ public function requiresQueryForServerVersion(); }
[+]
..
[-] AbstractDB2Driver.php
[edit]
[-] AbstractDriverException.php
[edit]
[-] AbstractException.php
[edit]
[-] AbstractMySQLDriver.php
[edit]
[-] AbstractOracleDriver.php
[edit]
[+]
AbstractOracleDriver
[-] AbstractPostgreSQLDriver.php
[edit]
[-] AbstractSQLAnywhereDriver.php
[edit]
[-] AbstractSQLServerDriver.php
[edit]
[+]
AbstractSQLServerDriver
[-] AbstractSQLiteDriver.php
[edit]
[-] Connection.php
[edit]
[-] DriverException.php
[edit]
[+]
DrizzlePDOMySql
[-] Exception.php
[edit]
[-] ExceptionConverterDriver.php
[edit]
[-] FetchUtils.php
[edit]
[+]
IBMDB2
[+]
Mysqli
[+]
OCI8
[+]
PDO
[-] PDOConnection.php
[edit]
[-] PDOException.php
[edit]
[+]
PDOIbm
[+]
PDOMySql
[+]
PDOOracle
[+]
PDOPgSql
[-] PDOQueryImplementation.php
[edit]
[+]
PDOSqlite
[+]
PDOSqlsrv
[-] PDOStatement.php
[edit]
[-] PDOStatementImplementations.php
[edit]
[-] PingableConnection.php
[edit]
[-] Result.php
[edit]
[-] ResultStatement.php
[edit]
[+]
SQLAnywhere
[+]
SQLSrv
[-] ServerInfoAwareConnection.php
[edit]
[-] Statement.php
[edit]
[-] StatementIterator.php
[edit]
[-] .htaccess.disabled
[edit]