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

Public Member Functions

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

Private Attributes

 $info
 
 $tableName
 

Detailed Description

Definition at line 2 of file SQLiteField.php.

Constructor & Destructor Documentation

◆ __construct()

SQLiteField::__construct (   $info,
  $tableName 
)

Definition at line 5 of file SQLiteField.php.

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

Member Function Documentation

◆ defaultValue()

SQLiteField::defaultValue ( )

Definition at line 18 of file SQLiteField.php.

References info.

◆ isNullable()

SQLiteField::isNullable ( )
Returns
bool

Implements Field.

Definition at line 32 of file SQLiteField.php.

References info.

◆ name()

SQLiteField::name ( )

Field name.

Returns
string

Implements Field.

Definition at line 10 of file SQLiteField.php.

References info.

◆ tableName()

SQLiteField::tableName ( )

Name of table this field belongs to.

Returns
string

Implements Field.

Definition at line 14 of file SQLiteField.php.

References $tableName.

Referenced by __construct().

◆ type()

SQLiteField::type ( )

Database type.

Returns
string

Implements Field.

Definition at line 36 of file SQLiteField.php.

References info.

Member Data Documentation

◆ $info

SQLiteField::$info
private

Definition at line 3 of file SQLiteField.php.

Referenced by __construct().

◆ $tableName

SQLiteField::$tableName
private

Definition at line 3 of file SQLiteField.php.

Referenced by __construct(), and tableName().


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