MediaWiki
REL1_19
|
Public Member Functions | |
conname () | |
is_deferrable () | |
is_deferred () | |
isNullable () | |
Whether this field can store NULL values. | |
maxLength () | |
name () | |
Field name. | |
tableName () | |
Name of table this field belongs to. | |
type () | |
Database type. | |
Static Public Member Functions | |
static | fromText ($db, $table, $field) |
Public Attributes | |
$conname | |
$deferrable | |
$deferred | |
$max_length | |
$nullable | |
$tablename | |
$type | |
Private Attributes | |
$name |
Definition at line 9 of file DatabasePostgres.php.
Definition at line 94 of file DatabasePostgres.php.
Referenced by fromText().
static PostgresField::fromText | ( | $ | db, |
$ | table, | ||
$ | field | ||
) | [static] |
$db | DatabaseBase |
$table | |
$field |
Definition at line 18 of file DatabasePostgres.php.
References $n, $res, $wgDBmwschema, conname(), and n.
Referenced by DatabasePostgres\fieldInfo().
Definition at line 86 of file DatabasePostgres.php.
Definition at line 90 of file DatabasePostgres.php.
Whether this field can store NULL values.
Implements Field.
Definition at line 78 of file DatabasePostgres.php.
Definition at line 82 of file DatabasePostgres.php.
Name of table this field belongs to.
Implements Field.
Definition at line 70 of file DatabasePostgres.php.
PostgresField::$conname |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$deferrable |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$deferred |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$max_length |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$name [private] |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$nullable |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$tablename |
Definition at line 10 of file DatabasePostgres.php.
PostgresField::$type |
Definition at line 10 of file DatabasePostgres.php.