Public Member Functions |
| __construct ($name, $alias, $table, $type, $sqlType) |
Data Fields |
| $name |
| Original column name.
|
| $alias |
| Column name in select.
|
| $table |
| Table.
|
| $type |
| Native PHP type - string, boolean, double, integer.
|
| $sqlType |
| Type as defined by the driver.
|
Constructor & Destructor Documentation
KDB_ColumnInfo::__construct |
( |
$ |
name, |
|
|
$ |
alias, |
|
|
$ |
table, |
|
|
$ |
type, |
|
|
$ |
sqlType |
|
) |
| |
Field Documentation
Type as defined by the driver.
Native PHP type - string, boolean, double, integer.
The documentation for this class was generated from the following file: