MediaWiki
1.28.0
|
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 | |
Definition at line 2 of file MySQLField.php.
MySQLField::__construct | ( | $info | ) |
Definition at line 7 of file MySQLField.php.
References $is_multiple, name(), and type().
MySQLField::defaultValue | ( | ) |
Definition at line 53 of file MySQLField.php.
References $default.
MySQLField::isBinary | ( | ) |
MySQLField::isBlob | ( | ) |
MySQLField::isKey | ( | ) |
MySQLField::isMultipleKey | ( | ) |
MySQLField::isNullable | ( | ) |
MySQLField::isNumeric | ( | ) |
MySQLField::isUnsigned | ( | ) |
MySQLField::isZerofill | ( | ) |
MySQLField::name | ( | ) |
Implements Field.
Definition at line 28 of file MySQLField.php.
References $name.
Referenced by __construct().
MySQLField::tableName | ( | ) |
Implements Field.
Definition at line 35 of file MySQLField.php.
References $tablename.
MySQLField::type | ( | ) |
Implements Field.
Definition at line 42 of file MySQLField.php.
References $type.
Referenced by __construct().
MySQLField::$binary |
Definition at line 3 of file MySQLField.php.
Referenced by isBinary().
MySQLField::$default |
Definition at line 3 of file MySQLField.php.
Referenced by defaultValue().
MySQLField::$is_blob |
Definition at line 3 of file MySQLField.php.
Referenced by isBlob().
MySQLField::$is_key |
Definition at line 3 of file MySQLField.php.
Referenced by isKey().
MySQLField::$is_multiple |
Definition at line 3 of file MySQLField.php.
Referenced by __construct(), and isMultipleKey().
MySQLField::$is_numeric |
Definition at line 3 of file MySQLField.php.
Referenced by isNumeric().
MySQLField::$is_pk |
Definition at line 3 of file MySQLField.php.
MySQLField::$is_unique |
Definition at line 3 of file MySQLField.php.
MySQLField::$is_unsigned |
Definition at line 3 of file MySQLField.php.
Referenced by isUnsigned().
MySQLField::$is_zerofill |
Definition at line 3 of file MySQLField.php.
Referenced by isZerofill().
MySQLField::$max_length |
Definition at line 3 of file MySQLField.php.
|
private |
Definition at line 3 of file MySQLField.php.
Referenced by name().
MySQLField::$nullable |
Definition at line 3 of file MySQLField.php.
Referenced by isNullable().
MySQLField::$tablename |
Definition at line 3 of file MySQLField.php.
Referenced by tableName().
MySQLField::$type |
Definition at line 3 of file MySQLField.php.
Referenced by type().