MediaWiki  REL1_19
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 47 of file DatabaseUtility.php.


Member Function Documentation

Whether this field can store NULL values.

Returns:
bool

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

Field name.

Returns:
string

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

Name of table this field belongs to.

Returns:
string

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

Database type.

Returns:
string

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


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