Properties

$tableName

$tableName : string

tableName

Type

string

$DSN

$DSN : string

DSN Data Source Name

Type

string

$tableProperties

$tableProperties : string

tableProperties

Type

string

$connectionObject

$connectionObject : string

connectionObject

Type

string

$columnNames

$columnNames : string

columnNames

Type

string

$dbType

$dbType : string

dbType

Type

string

Methods

__construct()

__construct() : NULL

Constructor

Returns

NULL

flushData()

flushData() : NULL

DESCRIPTOR: unsets internal properties

Returns

NULL

getDbType()

getDbType() : string

DESCRIPTOR: Get the "private" dbType

Returns

string —

$dbType

initialize()

initialize(  $DSN,   $tableName,   $connectionObject = NULL) : NULL

DESCRIPTOR: IE: Stores meta data for table in a traversable form

Parameters

$DSN
$tableName
$connectionObject

Returns

NULL

getTableProperties()

getTableProperties(mixed  $data = NULL) : NULL

DESCRIPTOR: IE: Stores meta data for table in a traversable form data ARG NEEDED??

Parameters

mixed $data

Returns

NULL

getPrimaryKeyField()

getPrimaryKeyField(mixed  $data = NULL) : NULL

DESCRIPTOR: gets the primary key from the data set in "tableProperties"

Parameters

mixed $data

Returns

NULL

setProperties()

setProperties(mixed  $resultArray = NULL) : NULL

DESCRIPTOR: setProperties this->tableProperties

Parameters

mixed $resultArray

Returns

NULL