topb
| |
Bof | in file recordset.php, method DlRecordset::Bof() Is the result set at the beginning? |
topc
| |
Close | in file pgsql-recordset.php, method DlPgSqlRecordset::Close() Frees memory associated with the recordset |
Close | in file pgsql-database.php, method DlPgSqlDatabase::Close() Close the database connection |
Close | in file sqlserver-database.php, method DlSqlServerDatabase::Close() Close the database connection |
Close | in file sqlserver-recordset.php, method DlSqlServerRecordset::Close() Frees memory associated with the recordset |
Close | in file sybase-recordset.php, method DlSybaseRecordset::Close() Frees memory associated with the recordset |
Close | in file sybase-database.php, method DlSybaseDatabase::Close() Close the database connection |
Close | in file oracle8-recordset.php, method DlOracleRecordset::Close() Frees memory associated with the recordset |
Close | in file oracle8-database.php, method DlOracleDatabase::Close() Close the database connection |
Close | in file mysql-database.php, method DlMySqlDatabase::Close() Close the database connection |
Close | in file ibase-recordset.php, method DlIBaseRecordset::Close() Frees memory associated with the recordset |
Close | in file mysql-recordset.php, method DlMySqlRecordset::Close() Frees memory associated with the recordset |
Close | in file odbc-database.php, method DlOdbcDatabase::Close() Close the database connection |
Close | in file odbc-recordset.php, method DlOdbcRecordset::Close() Frees memory associated with the recordset |
Close | in file ibase-database.php, method DlIBaseDatabase::Close() Close the database connection |
topd
| |
database.php | procedural page database.php |
datalib.php | procedural page datalib.php |
dbIbase | in file ibase-database.php, constant dbIbase |
dbMSSQL | in file sqlserver-database.php, constant dbMSSQL ***************************************************************************** |
dbMySQL | in file mysql-database.php, constant dbMySQL ***************************************************************************** |
dbODBC | in file odbc-database.php, constant dbODBC ***************************************************************************** |
dbOracle | in file oracle8-database.php, constant dbOracle |
dbPGSQL | in file pgsql-database.php, constant dbPGSQL |
dbSybase | in file sybase-database.php, constant dbSybase ***************************************************************************** |
DlDatabase | in file database.php, class DlDatabase ***************************************************************************** |
DlDatabase | in file database.php, method DlDatabase::DlDatabase() Database Objects constructor |
DlIBaseDatabase | in file ibase-database.php, method DlIBaseDatabase::DlIBaseDatabase() Constructor |
DlIBaseDatabase | in file ibase-database.php, class DlIBaseDatabase ***************************************************************************** |
DlIBaseRecordset | in file ibase-recordset.php, class DlIBaseRecordset *********************** |
DlMySqlDatabase | in file mysql-database.php, class DlMySqlDatabase |
DlMySqlDatabase | in file mysql-database.php, method DlMySqlDatabase::DlMySqlDatabase() Constructor |
DlMySqlRecordset | in file mysql-recordset.php, class DlMySqlRecordset ***************************************************************************** |
DlOdbcDatabase | in file odbc-database.php, class DlOdbcDatabase |
DlOdbcDatabase | in file odbc-database.php, method DlOdbcDatabase::DlOdbcDatabase() Constructor |
DlOdbcRecordset | in file odbc-recordset.php, class DlOdbcRecordset ***************************************************************************** |
DlOracleDatabase | in file oracle8-database.php, class DlOracleDatabase ***************************************************************************** |
DlOracleDatabase | in file oracle8-database.php, method DlOracleDatabase::DlOracleDatabase() Constructor |
DlOracleRecordset | in file oracle8-recordset.php, class DlOracleRecordset ***************************************************************************** |
DlPgSqlDatabase | in file pgsql-database.php, class DlPgSqlDatabase ***************************************************************************** |
DlPgSqlRecordset | in file pgsql-recordset.php, class DlPgSqlRecordset ***************************************************************************** |
DlRecordset | in file recordset.php, method DlRecordset::DlRecordset() The DlRecordset Constructor |
DlRecordset | in file recordset.php, class DlRecordset ***************************************************************************** |
DlSqlServerDatabase | in file sqlserver-database.php, class DlSqlServerDatabase |
DlSqlServerRecordset | in file sqlserver-recordset.php, class DlSqlServerRecordset ***************************************************************************** |
DlSybaseDatabase | in file sybase-database.php, class DlSybaseDatabase |
DlSybaseRecordset | in file sybase-recordset.php, class DlSybaseRecordset ***************************************************************************** |
tope
| |
Eof | in file recordset.php, method DlRecordset::Eof() Is the result set at the end? |
Execute | in file sqlserver-database.php, method DlSqlServerDatabase::Execute() Execute a sql query to the database |
Execute | in file sybase-database.php, method DlSybaseDatabase::Execute() Execute a sql query to the database |
Execute | in file pgsql-database.php, method DlPgSqlDatabase::Execute() Execute a sql query to the database |
Execute | in file oracle8-database.php, method DlOracleDatabase::Execute() Execute a sql query to the database |
Execute | in file mysql-database.php, method DlMySqlDatabase::Execute() Execute a sql query to the database |
Execute | in file odbc-database.php, method DlOdbcDatabase::Execute() Execute a sql query to the database |
Execute | in file ibase-database.php, method DlIBaseDatabase::Execute() Execute a sql query to the database |
topf
| |
FetchArray | in file recordset.php, method DlRecordset::FetchArray() Returns the current row as an array |
topg
| |
GetCurrentRow | in file recordset.php, method DlRecordset::GetCurrentRow() Returns the current row number |
GetError | in file recordset.php, method DlRecordset::GetError() Returns the last error encountered |
GetError | in file database.php, method DlDatabase::GetError() Returns an error message |
GetMicroTime | in file database.php, method DlDatabase::GetMicroTime() Returns current time in milliseconds |
GetRowCount | in file recordset.php, method DlRecordset::GetRowCount() Gets the number of rows in the current result set |
GetRowCount | in file pgsql-recordset.php, method DlPgSqlRecordset::GetRowCount() Gets the number of rows in the current result set |
GetRowCount | in file sqlserver-recordset.php, method DlSqlServerRecordset::GetRowCount() Gets the number of rows in the current result set |
GetTableName | in file recordset.php, method DlRecordset::GetTableName() Gets the table name for the current query |
GetTimer | in file database.php, method DlDatabase::GetTimer() Returns the total time |
topi
| |
ibase-database.php | procedural page ibase-database.php |
ibase-recordset.php | procedural page ibase-recordset.php |
IsEmpty | in file recordset.php, method DlRecordset::IsEmpty() Check to see if the resultset is empty |
topl
| |
LoadData | in file sqlserver-recordset.php, method DlSqlServerRecordset::LoadData() Load an array used internally for adding and updating |
LoadData | in file sybase-recordset.php, method DlSybaseRecordset::LoadData() Loads all rows into array |
LoadData | in file pgsql-recordset.php, method DlPgSqlRecordset::LoadData() Load rows into an array |
LoadData | in file oracle8-recordset.php, method DlOracleRecordset::LoadData() Loads data into array |
LoadData | in file mysql-recordset.php, method DlMySqlRecordset::LoadData() Loads all the rows |
LoadData | in file odbc-recordset.php, method DlOdbcRecordset::LoadData() Loads the data into an array |
LoadData | in file ibase-recordset.php, method DlIBaseRecordset::LoadData() Loads the data into an array |
topm
| |
$mBMode | in file odbc-recordset.php, variable DlOdbcRecordset::$mBMode |
$mBof | in file recordset.php, variable DlRecordset::$mBof |
$mChunk | in file odbc-recordset.php, variable DlOdbcRecordset::$mChunk |
$mColumnCount | in file recordset.php, variable DlRecordset::$mColumnCount |
$mColumnNames | in file recordset.php, variable DlRecordset::$mColumnNames |
$mCurrentRow | in file recordset.php, variable DlRecordset::$mCurrentRow |
$mDataset | in file recordset.php, variable DlRecordset::$mDataset |
$mDbCon | in file recordset.php, variable DlRecordset::$mDbCon |
$mDbCon | in file database.php, variable DlDatabase::$mDbCon |
$mDbConnection | in file recordset.php, variable DlRecordset::$mDbConnection |
$mDbName | in file database.php, variable DlDatabase::$mDbName |
$mDbName | in file recordset.php, variable DlRecordset::$mDbName |
$mDbType | in file database.php, variable DlDatabase::$mDbType |
$mEof | in file recordset.php, variable DlRecordset::$mEof |
$mErrMsg | in file database.php, variable DlDatabase::$mErrMsg |
$mErrMsg | in file recordset.php, variable DlRecordset::$mErrMsg |
$mIsAdding | in file recordset.php, variable DlRecordset::$mIsAdding |
$mIsUpdating | in file recordset.php, variable DlRecordset::$mIsUpdating |
$mMode | in file recordset.php, variable DlRecordset::$mMode |
$mPassword | in file database.php, variable DlDatabase::$mPassword |
$mResultArray | in file recordset.php, variable DlRecordset::$mResultArray |
$mResultSet | in file recordset.php, variable DlRecordset::$mResultSet |
$mRowCount | in file recordset.php, variable DlRecordset::$mRowCount |
$mServer | in file database.php, variable DlDatabase::$mServer |
$mSql | in file recordset.php, variable DlRecordset::$mSql |
$mTableName | in file recordset.php, variable DlRecordset::$mTableName |
$mTimeOne | in file database.php, variable DlDatabase::$mTimeOne |
$mTimeTwo | in file database.php, variable DlDatabase::$mTimeTwo |
$mTotalTime | in file database.php, variable DlDatabase::$mTotalTime |
$mUserName | in file database.php, variable DlDatabase::$mUserName |
MoveFirst | in file recordset.php, method DlRecordset::MoveFirst() Moves to the first row in the dataset |
MoveLast | in file recordset.php, method DlRecordset::MoveLast() Moves to the last row in the dataset |
MoveNext | in file recordset.php, method DlRecordset::MoveNext() Moves to the next row in the dataset |
MovePrevious | in file recordset.php, method DlRecordset::MovePrevious() Moves to the previous row in the dataset |
mysql-database.php | procedural page mysql-database.php |
mysql-recordset.php | procedural page mysql-recordset.php |
topn
| |
NewConnection | in file database.php, method DlDatabase::NewConnection() Determines which database files to include |
NewRecordset | in file recordset.php, method DlRecordset::NewRecordset() Creates a new recordset object |
topo
| |
odbc-database.php | procedural page odbc-database.php |
odbc-recordset.php | procedural page odbc-recordset.php |
Open | in file oracle8-recordset.php, method DlOracleRecordset::Open() Executes the query |
Open | in file sybase-recordset.php, method DlSybaseRecordset::Open() Executes the query |
Open | in file pgsql-database.php, method DlPgSqlDatabase::Open() Open the database connection |
Open | in file oracle8-database.php, method DlOracleDatabase::Open() Open the database connection |
Open | in file sqlserver-database.php, method DlSqlServerDatabase::Open() Open the database connection |
Open | in file pgsql-recordset.php, method DlPgSqlRecordset::Open() Executes the query |
Open | in file sqlserver-recordset.php, method DlSqlServerRecordset::Open() Executes the query |
Open | in file odbc-recordset.php, method DlOdbcRecordset::Open() Executes the query |
Open | in file mysql-database.php, method DlMySqlDatabase::Open() Open the database connection |
Open | in file ibase-recordset.php, method DlIBaseRecordset::Open() Executes the query |
Open | in file mysql-recordset.php, method DlMySqlRecordset::Open() Executes the query |
Open | in file odbc-database.php, method DlOdbcDatabase::Open() Open the database connection |
Open | in file sybase-database.php, method DlSybaseDatabase::Open() Open the database connection |
Open | in file ibase-database.php, method DlIBaseDatabase::Open() Open the database connection |
oracle8-database.php | procedural page oracle8-database.php |
oracle8-recordset.php | procedural page oracle8-recordset.php |
topp
| |
pgsql-database.php | procedural page pgsql-database.php |
pgsql-recordset.php | procedural page pgsql-recordset.php |
topr
| |
$rows | in file pgsql-recordset.php, variable DlPgSqlRecordset::$rows |
recordset.php | procedural page recordset.php |
rsIbase | in file ibase-recordset.php, constant rsIbase |
rsMSSQL | in file sqlserver-recordset.php, constant rsMSSQL |
rsMySQL | in file mysql-recordset.php, constant rsMySQL |
rsODBC | in file odbc-recordset.php, constant rsODBC |
rsOracle | in file oracle8-recordset.php, constant rsOracle |
rsPGSQL | in file pgsql-recordset.php, constant rsPGSQL |
rsSybase | in file sybase-recordset.php, constant rsSybase |
tops
| |
sqlserver-database.php | procedural page sqlserver-database.php |
sqlserver-recordset.php | procedural page sqlserver-recordset.php |
StartTimer | in file database.php, method DlDatabase::StartTimer() Sets the start time |
StopTimer | in file database.php, method DlDatabase::StopTimer() Sets the end time |
sybase-database.php | procedural page sybase-database.php |
sybase-recordset.php | procedural page sybase-recordset.php |
topv
| |
Value | in file recordset.php, method DlRecordset::Value() Returns the value for the field |
Value | in file ibase-recordset.php, method DlIBaseRecordset::Value() Returns the value of the specified column |