ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getTableFieldDefinition ($table, $field_name) | |
Get the structure of a field into an array. | |
getTableIndexDefinition ($table, $index_name) | |
Get the structure of an index into an array. | |
getTableConstraintDefinition ($table, $constraint_name) | |
Get the structure of a constraint into an array. | |
getSequenceDefinition ($sequence) | |
Get the structure of a sequence into an array. | |
getTriggerDefinition ($trigger) | |
Get the structure of a trigger into an array. | |
tableInfo ($result, $mode=null) | |
Returns information about a table or a result set. |
Additional Inherited Members | |
Data Fields inherited from MDB2_Module_Common | |
$db_index |
MDB2_Driver_Reverse_oci8::getSequenceDefinition | ( | $sequence | ) |
Get the structure of a sequence into an array.
string | $sequence | name of sequence that should be used in method |
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 366 of file oci8.php.
References $query, $start, MDB2_Module_Common\getDBInstance(), and PEAR\isError().
MDB2_Driver_Reverse_oci8::getTableConstraintDefinition | ( | $table, | |
$constraint_name | |||
) |
Get the structure of a constraint into an array.
string | $table | name of table that should be used in method |
string | $constraint_name | name of constraint that should be used in method |
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 267 of file oci8.php.
References $query, $result, $row, elseif(), MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, MDB2_FETCHMODE_ASSOC, and MDB2_PORTABILITY_FIX_CASE.
MDB2_Driver_Reverse_oci8::getTableFieldDefinition | ( | $table, | |
$field_name | |||
) |
Get the structure of a field into an array.
string | $table | name of table that should be used in method |
string | $field_name | name of field that should be used in method |
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 69 of file oci8.php.
References $key, $query, $result, $row, $type, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, MDB2_FETCHMODE_ASSOC, and MDB2_PORTABILITY_FIX_CASE.
MDB2_Driver_Reverse_oci8::getTableIndexDefinition | ( | $table, | |
$index_name | |||
) |
Get the structure of an index into an array.
string | $table | name of table that should be used in method |
string | $index_name | name of index that should be used in method |
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 189 of file oci8.php.
References $query, $result, $row, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, MDB2_FETCHMODE_ASSOC, and MDB2_PORTABILITY_FIX_CASE.
MDB2_Driver_Reverse_oci8::getTriggerDefinition | ( | $trigger | ) |
Get the structure of a trigger into an array.
EXPERIMENTAL
WARNING: this function is experimental and may change the returned value at any time until labelled as non-experimental
string | $trigger | name of trigger that should be used in method |
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 403 of file oci8.php.
References $query, $result, MDB2_Module_Common\getDBInstance(), PEAR\isError(), and MDB2_FETCHMODE_ASSOC.
MDB2_Driver_Reverse_oci8::tableInfo | ( | $result, | |
$mode = null |
|||
) |
Returns information about a table or a result set.
NOTE: only supports 'table' and 'flags' if $result is a table name.
NOTE: flags won't contain index information.
object | string | $result | MDB2_result object from a query or a string containing the name of a table. While this also accepts a query result resource identifier, this behavior is deprecated. |
int | $mode | a valid tableInfo mode |
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 464 of file oci8.php.
References $res, $result, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2\isResultCommon(), MDB2_ERROR_NEED_MORE_DATA, MDB2_PORTABILITY_FIX_CASE, MDB2_TABLEINFO_ORDER, and MDB2_TABLEINFO_ORDERTABLE.