KWeb  6.4
KDB_ColumnInfo Class Reference

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

KDB_ColumnInfo::$alias

Column name in select.

KDB_ColumnInfo::$name

Original column name.

KDB_ColumnInfo::$sqlType

Type as defined by the driver.

KDB_ColumnInfo::$table

Table.

KDB_ColumnInfo::$type

Native PHP type - string, boolean, double, integer.


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