PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
doctrine
/
dbal
/
lib
/
Doctrine
/
DBAL
/
Driver
<?php namespace Doctrine\DBAL\Driver; /** * An interface for connections which support a "native" ping method. * * @deprecated */ interface PingableConnection { /** * Pings the database server to determine if the connection is still * available. Return true/false based on if that was successful or not. * * @return bool */ public function ping(); }
[+]
..
[-] 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]