MediaWiki
REL1_19
|
Base for all database-specific classes representing information about database fields. More...
Public Member Functions | |
isNullable () | |
Whether this field can store NULL values. | |
name () | |
Field name. | |
tableName () | |
Name of table this field belongs to. | |
type () | |
Database type. |
Base for all database-specific classes representing information about database fields.
Definition at line 47 of file DatabaseUtility.php.
Whether this field can store NULL values.
Implemented in MySQLField, MssqlField, SQLiteField, ORAField, IBM_DB2Field, and PostgresField.
Field::name | ( | ) |
Field name.
Implemented in MySQLField, MssqlField, SQLiteField, ORAField, PostgresField, and IBM_DB2Field.
Field::tableName | ( | ) |
Name of table this field belongs to.
Implemented in MySQLField, MssqlField, SQLiteField, ORAField, PostgresField, and IBM_DB2Field.
Field::type | ( | ) |
Database type.
Implemented in MySQLField, MssqlField, SQLiteField, ORAField, PostgresField, and IBM_DB2Field.