MediaWiki
1.23.0
|
Utility class. More...
Public Member Functions | |
__construct ( $info) | |
defaultValue () | |
isBinary () | |
isKey () | |
isMultipleKey () | |
isNullable () | |
name () | |
tableName () | |
type () | |
Public Attributes | |
$binary | |
$default | |
$is_key | |
$is_multiple | |
$is_pk | |
$is_unique | |
$max_length | |
$nullable | |
$tablename | |
$type | |
Private Attributes | |
$name | |
Utility class.
Definition at line 1210 of file DatabaseMysqlBase.php.
MySQLField::__construct | ( | $info | ) |
Definition at line 1214 of file DatabaseMysqlBase.php.
References $is_multiple, name(), and type().
MySQLField::defaultValue | ( | ) |
Definition at line 1256 of file DatabaseMysqlBase.php.
References $default.
MySQLField::isBinary | ( | ) |
Definition at line 1274 of file DatabaseMysqlBase.php.
References $binary.
MySQLField::isKey | ( | ) |
MySQLField::isMultipleKey | ( | ) |
MySQLField::isNullable | ( | ) |
Implements Field.
Definition at line 1252 of file DatabaseMysqlBase.php.
References $nullable.
MySQLField::name | ( | ) |
Implements Field.
Definition at line 1231 of file DatabaseMysqlBase.php.
References $name.
Referenced by __construct().
MySQLField::tableName | ( | ) |
MySQLField::type | ( | ) |
Implements Field.
Definition at line 1245 of file DatabaseMysqlBase.php.
References $type.
Referenced by __construct().
MySQLField::$binary |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by isBinary().
MySQLField::$default |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by defaultValue().
MySQLField::$is_key |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by isKey().
MySQLField::$is_multiple |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by __construct(), and isMultipleKey().
MySQLField::$is_pk |
Definition at line 1211 of file DatabaseMysqlBase.php.
MySQLField::$is_unique |
Definition at line 1211 of file DatabaseMysqlBase.php.
MySQLField::$max_length |
Definition at line 1211 of file DatabaseMysqlBase.php.
|
private |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by name().
MySQLField::$nullable |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by isNullable().
MySQLField::$tablename |
Definition at line 1211 of file DatabaseMysqlBase.php.
MySQLField::$type |
Definition at line 1211 of file DatabaseMysqlBase.php.
Referenced by type().