MediaWiki  REL1_20
MySQLField Class Reference

Utility class. More...

Inheritance diagram for MySQLField:
Collaboration diagram for MySQLField:

List of all members.

Public Member Functions

 __construct ($info)
 defaultValue ()
 isKey ()
 isMultipleKey ()
 isNullable ()
 name ()
 tableName ()
 type ()

Public Attributes

 $default
 $is_key
 $is_multiple
 $is_pk
 $is_unique
 $max_length
 $nullable
 $tablename
 $type

Private Attributes

 $name

Detailed Description

Utility class.

Definition at line 965 of file DatabaseMysql.php.


Constructor & Destructor Documentation

Definition at line 969 of file DatabaseMysql.php.

References name(), and type().


Member Function Documentation

Definition at line 1010 of file DatabaseMysql.php.

Returns:
bool

Definition at line 1017 of file DatabaseMysql.php.

Returns:
bool

Definition at line 1024 of file DatabaseMysql.php.

Returns:
bool

Implements Field.

Definition at line 1006 of file DatabaseMysql.php.

Returns:
string

Implements Field.

Definition at line 985 of file DatabaseMysql.php.

Referenced by __construct().

Returns:
string

Implements Field.

Definition at line 992 of file DatabaseMysql.php.

Returns:
string

Implements Field.

Definition at line 999 of file DatabaseMysql.php.

Referenced by __construct().


Member Data Documentation

MySQLField::$default

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$is_key

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$is_multiple

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$is_pk

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$is_unique

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$max_length

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$name [private]

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$nullable

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$tablename

Definition at line 966 of file DatabaseMysql.php.

MySQLField::$type

Definition at line 966 of file DatabaseMysql.php.


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