Public Member Functions | |
name () | |
Get column name. | |
tableName () | |
Get table name. | |
type () | |
Get column type. | |
nullable () | |
Can column be null? | |
maxLength () | |
How much can you fit in the column per row? | |
Static Public Member Functions | |
static | fromText ($db, $table, $field) |
Builder method for the class. | |
Private Attributes | |
$name | |
$tablename | |
$type | |
$nullable | |
$max_length |
Definition at line 23 of file DatabaseIbm_db2.php.
static IBM_DB2Field::fromText | ( | $ | db, | |
$ | table, | |||
$ | field | |||
) | [static] |
Builder method for the class.
Object | $db Database interface | |
string | $table table name | |
string | $field column name |
Definition at line 33 of file DatabaseIbm_db2.php.
References $db, $n, $res, $row, $wgDBmwschema, END, and name().
Referenced by DatabaseIbm_db2::fieldInfo().
IBM_DB2Field::maxLength | ( | ) |
How much can you fit in the column per row?
Definition at line 82 of file DatabaseIbm_db2.php.
IBM_DB2Field::name | ( | ) |
Get column name.
Definition at line 62 of file DatabaseIbm_db2.php.
Referenced by fromText().
IBM_DB2Field::nullable | ( | ) |
IBM_DB2Field::tableName | ( | ) |
IBM_DB2Field::type | ( | ) |
IBM_DB2Field::$max_length [private] |
Definition at line 24 of file DatabaseIbm_db2.php.
IBM_DB2Field::$name [private] |
Definition at line 24 of file DatabaseIbm_db2.php.
IBM_DB2Field::$nullable [private] |
Definition at line 24 of file DatabaseIbm_db2.php.
IBM_DB2Field::$tablename [private] |
Definition at line 24 of file DatabaseIbm_db2.php.
IBM_DB2Field::$type [private] |
Definition at line 24 of file DatabaseIbm_db2.php.