• Sergei Morozov's avatar
    Removed the OCI8Connection::getExecuteMode() method · a0ff3648
    Sergei Morozov authored
    The existing relationship between the connection and its statement violate the ISP principle. Instead of having access only to the execution mode of the connection, statements have access to the entire connection API.
    
    Having a method which is not defined in the driver connection interface makes it impossible to mark the method `final` (#3590).
    a0ff3648
Name
Last commit
Last update
..
AbstractOracleDriver Loading commit data...
Exception Loading commit data...
IBMDB2 Loading commit data...
Mysqli Loading commit data...
OCI8 Loading commit data...
PDOMySql Loading commit data...
PDOOracle Loading commit data...
PDOPgSql Loading commit data...
PDOSqlite Loading commit data...
PDOSqlsrv Loading commit data...
SQLAnywhere Loading commit data...
SQLSrv Loading commit data...
AbstractDB2Driver.php Loading commit data...
AbstractDriverException.php Loading commit data...
AbstractMySQLDriver.php Loading commit data...
AbstractOracleDriver.php Loading commit data...
AbstractPostgreSQLDriver.php Loading commit data...
AbstractSQLAnywhereDriver.php Loading commit data...
AbstractSQLServerDriver.php Loading commit data...
AbstractSQLiteDriver.php Loading commit data...
Connection.php Loading commit data...
DriverException.php Loading commit data...
ExceptionConverterDriver.php Loading commit data...
PDOConnection.php Loading commit data...
PDOException.php Loading commit data...
PDOStatement.php Loading commit data...
PingableConnection.php Loading commit data...
ResultStatement.php Loading commit data...
ServerInfoAwareConnection.php Loading commit data...
Statement.php Loading commit data...
StatementIterator.php Loading commit data...