OracleConnection¶
-
class
OC\DB\OracleConnection¶ Source: lib/private/DB/OracleConnection.php#31 Parent: OC\DB\Connection
Methods¶
-
public
OC\DB\OracleConnection::insert($table, $data, $types=[])¶ -
Source: lib/private/DB/OracleConnection.php#51
-
public
OC\DB\OracleConnection::update($table, $data, $criteria, $types=[])¶ -
Source: lib/private/DB/OracleConnection.php#62
-
public
OC\DB\OracleConnection::delete($table, $criteria, $types=[])¶ -
Source: lib/private/DB/OracleConnection.php#74
-
public
OC\DB\OracleConnection::dropTable($table)¶ - Drop a table from the database if it exists
Source: Parameters: - $table (string) table name without the prefix
-
public
OC\DB\OracleConnection::tableExists($table)¶ - Check if a table exists
Source: Parameters: - $table (string) table name without the prefix
Returns: bool