Class QPostgreSqlDatabaseRow
Class for handling a single row from PostgreSQL database result set
- QBaseClass
- QDatabaseRowBase
- QPostgreSqlDatabaseRow
public
|
|
public
mixed
|
|
public
boolean
|
#
ColumnExists( string $strColumnName )
Tells whether a particular column exists in a returned database row |
public
string|string[]
|
|
public
boolean
|
#
ResolveBooleanValue( boolean|null $mixValue )
Returns the boolean value corresponding to whatever a bit column returns. Postgres returns a 't' or 'f' (or null). |
OverrideAttributes(),
__call(),
__get(),
__set()
|
protected
string[]
|
$strColumnArray
Column name value pairs for current result set |