MediaWiki  REL1_19
SQLiteField Class Reference
Inheritance diagram for SQLiteField:
Collaboration diagram for SQLiteField:

List of all members.

Public Member Functions

 __construct ($info, $tableName)
 defaultValue ()
 isNullable ()
 name ()
 Field name.
 tableName ()
 Name of table this field belongs to.
 type ()
 Database type.

Public Attributes

 $tableName

Private Attributes

 $info

Detailed Description

Definition at line 866 of file DatabaseSqlite.php.


Constructor & Destructor Documentation

SQLiteField::__construct ( info,
tableName 
)

Definition at line 868 of file DatabaseSqlite.php.

References $info, $tableName, and tableName().

Here is the call graph for this function:


Member Function Documentation

Definition at line 881 of file DatabaseSqlite.php.

Returns:
bool

Implements Field.

Definition at line 894 of file DatabaseSqlite.php.

Field name.

Returns:
string

Implements Field.

Definition at line 873 of file DatabaseSqlite.php.

Name of table this field belongs to.

Returns:
string

Implements Field.

Definition at line 877 of file DatabaseSqlite.php.

Referenced by __construct().

Here is the caller graph for this function:

Database type.

Returns:
string

Implements Field.

Definition at line 898 of file DatabaseSqlite.php.


Member Data Documentation

SQLiteField::$info [private]

Definition at line 867 of file DatabaseSqlite.php.

Referenced by __construct().

SQLiteField::$tableName

Definition at line 867 of file DatabaseSqlite.php.

Referenced by __construct().


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