|
MediaWiki
master
|
Utility class. More...


Public Member Functions | |
| __construct ($info) | |
| defaultValue () | |
| isBinary () | |
| isBlob () | |
| isKey () | |
| isMultipleKey () | |
| isNullable () | |
| isNumeric () | |
| isUnsigned () | |
| isZerofill () | |
| name () | |
| tableName () | |
| type () | |
Public Attributes | |
| $binary | |
| $default | |
| $is_blob | |
| $is_key | |
| $is_multiple | |
| $is_numeric | |
| $is_pk | |
| $is_unique | |
| $is_unsigned | |
| $is_zerofill | |
| $max_length | |
| $nullable | |
| $tablename | |
| $type | |
Private Attributes | |
| $name | |
Utility class.
Definition at line 1376 of file DatabaseMysqlBase.php.
| MySQLField::__construct | ( | $info | ) |
Definition at line 1381 of file DatabaseMysqlBase.php.
References $is_multiple, name(), and type().
| MySQLField::defaultValue | ( | ) |
Definition at line 1427 of file DatabaseMysqlBase.php.
References $default.
| MySQLField::isBinary | ( | ) |
| MySQLField::isBlob | ( | ) |
| MySQLField::isKey | ( | ) |
| MySQLField::isMultipleKey | ( | ) |
| MySQLField::isNullable | ( | ) |
Implements Field.
Definition at line 1423 of file DatabaseMysqlBase.php.
References $nullable.
| MySQLField::isNumeric | ( | ) |
| MySQLField::isUnsigned | ( | ) |
| MySQLField::isZerofill | ( | ) |
| MySQLField::name | ( | ) |
Implements Field.
Definition at line 1402 of file DatabaseMysqlBase.php.
References $name.
Referenced by __construct().
| MySQLField::tableName | ( | ) |
Implements Field.
Definition at line 1409 of file DatabaseMysqlBase.php.
References $tablename.
| MySQLField::type | ( | ) |
Implements Field.
Definition at line 1416 of file DatabaseMysqlBase.php.
References $type.
Referenced by __construct().
| MySQLField::$binary |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isBinary().
| MySQLField::$default |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by defaultValue().
| MySQLField::$is_blob |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isBlob().
| MySQLField::$is_key |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isKey().
| MySQLField::$is_multiple |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by __construct(), and isMultipleKey().
| MySQLField::$is_numeric |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isNumeric().
| MySQLField::$is_pk |
Definition at line 1377 of file DatabaseMysqlBase.php.
| MySQLField::$is_unique |
Definition at line 1377 of file DatabaseMysqlBase.php.
| MySQLField::$is_unsigned |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isUnsigned().
| MySQLField::$is_zerofill |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isZerofill().
| MySQLField::$max_length |
Definition at line 1377 of file DatabaseMysqlBase.php.
|
private |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by name().
| MySQLField::$nullable |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by isNullable().
| MySQLField::$tablename |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by tableName().
| MySQLField::$type |
Definition at line 1377 of file DatabaseMysqlBase.php.
Referenced by type().