MediaWiki
1.28.0
|
Public Member Functions | |
__construct ($info, $tableName) | |
defaultValue () | |
isNullable () | |
name () | |
Field name. More... | |
tableName () | |
Name of table this field belongs to. More... | |
type () | |
Database type. More... | |
Public Attributes | |
$tableName | |
Private Attributes | |
$info | |
Definition at line 2 of file SQLiteField.php.
SQLiteField::__construct | ( | $info, | |
$tableName | |||
) |
Definition at line 5 of file SQLiteField.php.
References $info, $tableName, info, and tableName().
SQLiteField::defaultValue | ( | ) |
Definition at line 18 of file SQLiteField.php.
References info.
SQLiteField::isNullable | ( | ) |
SQLiteField::name | ( | ) |
Field name.
Implements Field.
Definition at line 10 of file SQLiteField.php.
References info.
SQLiteField::tableName | ( | ) |
Name of table this field belongs to.
Implements Field.
Definition at line 14 of file SQLiteField.php.
References $tableName.
Referenced by __construct().
SQLiteField::type | ( | ) |
Database type.
Implements Field.
Definition at line 36 of file SQLiteField.php.
References info.
|
private |
Definition at line 3 of file SQLiteField.php.
Referenced by __construct().
SQLiteField::$tableName |
Definition at line 3 of file SQLiteField.php.
Referenced by __construct(), and tableName().