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