MediaWiki  REL1_19
MssqlField Class Reference

Utility class. More...

Inheritance diagram for MssqlField:
Collaboration diagram for MssqlField:

List of all members.

Public Member Functions

 __construct ($info)
 defaultValue ()
 isNullable ()
 Whether this field can store NULL values.
 maxLength ()
 name ()
 Field name.
 tableName ()
 Name of table this field belongs to.
 type ()
 Database type.

Public Attributes

 $default
 $max_length
 $nullable
 $tablename
 $type

Private Attributes

 $name

Detailed Description

Utility class.

Definition at line 924 of file DatabaseMssql.php.


Constructor & Destructor Documentation

Definition at line 926 of file DatabaseMssql.php.

References name(), and type().

Here is the call graph for this function:


Member Function Documentation

Definition at line 943 of file DatabaseMssql.php.

Whether this field can store NULL values.

Returns:
bool

Implements Field.

Definition at line 951 of file DatabaseMssql.php.

Definition at line 947 of file DatabaseMssql.php.

Field name.

Returns:
string

Implements Field.

Definition at line 935 of file DatabaseMssql.php.

Referenced by __construct().

Here is the caller graph for this function:

Name of table this field belongs to.

Returns:
string

Implements Field.

Definition at line 939 of file DatabaseMssql.php.

Database type.

Returns:
string

Implements Field.

Definition at line 955 of file DatabaseMssql.php.

Referenced by __construct().

Here is the caller graph for this function:


Member Data Documentation

MssqlField::$default

Definition at line 925 of file DatabaseMssql.php.

MssqlField::$max_length

Definition at line 925 of file DatabaseMssql.php.

MssqlField::$name [private]

Definition at line 925 of file DatabaseMssql.php.

MssqlField::$nullable

Definition at line 925 of file DatabaseMssql.php.

MssqlField::$tablename

Definition at line 925 of file DatabaseMssql.php.

MssqlField::$type

Definition at line 925 of file DatabaseMssql.php.


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