MediaWiki  REL1_19
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 936 of file DatabaseMysql.php.


Constructor & Destructor Documentation

Definition at line 940 of file DatabaseMysql.php.

References name(), and type().

Here is the call graph for this function:


Member Function Documentation

Definition at line 981 of file DatabaseMysql.php.

Returns:
bool

Definition at line 988 of file DatabaseMysql.php.

Returns:
bool

Definition at line 995 of file DatabaseMysql.php.

Returns:
bool

Implements Field.

Definition at line 977 of file DatabaseMysql.php.

Returns:
string

Implements Field.

Definition at line 956 of file DatabaseMysql.php.

Referenced by __construct().

Here is the caller graph for this function:

Returns:
string

Implements Field.

Definition at line 963 of file DatabaseMysql.php.

Returns:
string

Implements Field.

Definition at line 970 of file DatabaseMysql.php.

Referenced by __construct().

Here is the caller graph for this function:


Member Data Documentation

MySQLField::$default

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$is_key

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$is_multiple

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$is_pk

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$is_unique

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$max_length

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$name [private]

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$nullable

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$tablename

Definition at line 937 of file DatabaseMysql.php.

MySQLField::$type

Definition at line 937 of file DatabaseMysql.php.


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