Classes extended from DlIBaseRecordset:DlRecordset | --DlIBaseRecordset
***********************
Datalib
$mBof
=
$mColumnCount
=
$mColumnNames
=
$mCurrentRow
=
$mDataset
=
$mDbCon
=
$mDbConnection
=
$mDbName
=
$mEof
=
$mErrMsg
=
$mIsAdding
=
$mIsUpdating
=
$mMode
=
$mResultArray
=
$mResultSet
=
$mRowCount
=
$mSql
=
$mTableName
=
boolean Close()
void LoadData()
boolean Open()
mixed Value()
constructor DlRecordset()
Bof()
Eof()
FetchArray()
GetCurrentRow()
GetError()
GetRowCount()
GetTableName()
IsEmpty()
MoveFirst()
MoveLast()
MoveNext()
MovePrevious()
NewRecordset()
Value()
Frees memory associated with the recordset Closes the recordset and frees associated memory
Loads the data into an array Loads the result data into an array
Executes the query Executes the SQL query and loads the data into a dataset/table
Overrides: DlRecordset::Value()
Returns the value of the specified column Overrides DlRecordset::Value, performs a upper-case-conversion on the fieldname and passes it back to the parent