MediaWiki REL1_27
|
Utility class. More...
Public Member Functions | |
__construct ( $info) | |
defaultValue () | |
isKey () | |
isMultipleKey () | |
isNullable () | |
Whether this field can store NULL values. | |
maxLength () | |
name () | |
Field name. | |
tableName () | |
Name of table this field belongs to. | |
type () | |
Database type. | |
Private Attributes | |
$default | |
$is_key | |
$is_multiple | |
$is_pk | |
$is_unique | |
$max_length | |
$name | |
$nullable | |
$tablename | |
$type | |
Utility class.
Definition at line 135 of file DatabaseOracle.php.
ORAField::__construct | ( | $info | ) |
Definition at line 139 of file DatabaseOracle.php.
References $is_multiple, name(), and type().
ORAField::defaultValue | ( | ) |
Definition at line 160 of file DatabaseOracle.php.
References $default.
ORAField::isKey | ( | ) |
Definition at line 172 of file DatabaseOracle.php.
References $is_key.
ORAField::isMultipleKey | ( | ) |
Definition at line 176 of file DatabaseOracle.php.
References $is_multiple.
ORAField::isNullable | ( | ) |
Whether this field can store NULL values.
Implements Field.
Definition at line 168 of file DatabaseOracle.php.
References $nullable.
ORAField::maxLength | ( | ) |
Definition at line 164 of file DatabaseOracle.php.
References $max_length.
ORAField::name | ( | ) |
Field name.
Implements Field.
Definition at line 152 of file DatabaseOracle.php.
References $name.
Referenced by __construct().
ORAField::tableName | ( | ) |
Name of table this field belongs to.
Implements Field.
Definition at line 156 of file DatabaseOracle.php.
References $tablename.
ORAField::type | ( | ) |
Database type.
Implements Field.
Definition at line 180 of file DatabaseOracle.php.
References $type.
Referenced by __construct().
|
private |
Definition at line 136 of file DatabaseOracle.php.
Referenced by defaultValue().
|
private |
Definition at line 137 of file DatabaseOracle.php.
Referenced by isKey().
|
private |
Definition at line 137 of file DatabaseOracle.php.
Referenced by __construct(), and isMultipleKey().
|
private |
Definition at line 137 of file DatabaseOracle.php.
|
private |
Definition at line 137 of file DatabaseOracle.php.
|
private |
Definition at line 136 of file DatabaseOracle.php.
Referenced by maxLength().
|
private |
Definition at line 136 of file DatabaseOracle.php.
Referenced by name().
|
private |
Definition at line 136 of file DatabaseOracle.php.
Referenced by isNullable().
|
private |
Definition at line 136 of file DatabaseOracle.php.
Referenced by tableName().
|
private |
Definition at line 137 of file DatabaseOracle.php.
Referenced by type().