MediaWiki  REL1_22
Field Interface Reference

Base for all database-specific classes representing information about database fields. More...

Inheritance diagram for Field:

List of all members.

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.

Detailed Description

Base for all database-specific classes representing information about database fields.

Definition at line 69 of file DatabaseUtility.php.


Member Function Documentation

Whether this field can store NULL values.

Returns:
bool

Implemented in MySQLField, MssqlField, SQLiteField, ORAField, and PostgresField.

Field name.

Returns:
string

Implemented in MySQLField, MssqlField, SQLiteField, ORAField, and PostgresField.

Name of table this field belongs to.

Returns:
string

Implemented in MySQLField, MssqlField, SQLiteField, ORAField, and PostgresField.

Database type.

Returns:
string

Implemented in MySQLField, MssqlField, SQLiteField, ORAField, and PostgresField.


The documentation for this interface was generated from the following file: