MediaWiki
REL1_20
|
Utility class. More...
Public Member Functions | |
__construct ($info) | |
defaultValue () | |
isKey () | |
isMultipleKey () | |
isNullable () | |
name () | |
tableName () | |
type () | |
Public Attributes | |
$default | |
$is_key | |
$is_multiple | |
$is_pk | |
$is_unique | |
$max_length | |
$nullable | |
$tablename | |
$type | |
Private Attributes | |
$name |
Utility class.
Definition at line 965 of file DatabaseMysql.php.
MySQLField::__construct | ( | $ | info | ) |
Definition at line 969 of file DatabaseMysql.php.
Definition at line 1010 of file DatabaseMysql.php.
Definition at line 1017 of file DatabaseMysql.php.
Definition at line 1024 of file DatabaseMysql.php.
MySQLField::name | ( | ) |
Implements Field.
Definition at line 985 of file DatabaseMysql.php.
Referenced by __construct().
MySQLField::type | ( | ) |
Implements Field.
Definition at line 999 of file DatabaseMysql.php.
Referenced by __construct().
MySQLField::$default |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$is_key |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$is_multiple |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$is_pk |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$is_unique |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$max_length |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$name [private] |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$nullable |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$tablename |
Definition at line 966 of file DatabaseMysql.php.
MySQLField::$type |
Definition at line 966 of file DatabaseMysql.php.