Полный список членов класса OracleConnection, включая наследуемые из базового класса
| $configuration | Connection | protected |
| $isConnected | Connection | protected |
| $lastInsertedId | OracleConnection | protected |
| $resource | Connection | protected |
| __construct(array $configuration) | Connection | |
| add($tableName, array $data, $identity="ID") | OracleConnection | |
| commitTransaction() | OracleConnection | |
| connect() | Connection | |
| connectInternal() | OracleConnection | protected |
| createResult($result, \Bitrix\Main\Diag\SqlTrackerQuery $trackerQuery=null) | OracleConnection | protected |
| createSqlHelper() | OracleConnection | protected |
| createTable($tableName, $fields, $primary=array(), $autoincrement=array()) | OracleConnection | |
| disconnect() | Connection | |
| disconnectInternal() | OracleConnection | protected |
| dropTable($tableName) | OracleConnection | |
| getAffectedRowsCount() | OracleConnection | |
| getConfiguration() | Connection | |
| getErrorMessage($resource=null) | OracleConnection | |
| getIndexName($tableName, array $columns, $strict=false) | OracleConnection | |
| getInsertedId() | OracleConnection | |
| getMaxAllowedPacket() | Connection | |
| getNextId($name="") | OracleConnection | |
| getResource() | Connection | |
| getTableFields($tableName) | OracleConnection | |
| getType() | OracleConnection | |
| getVersion() | OracleConnection | |
| isConnected() | Connection | |
| isIndexExists($tableName, array $columns) | OracleConnection | |
| isTableExists($tableName) | OracleConnection | |
| query($sql) | OracleConnection | |
| renameTable($currentName, $newName) | OracleConnection | |
| rollbackTransaction() | OracleConnection | |
| startTransaction() | OracleConnection | |