Inheritance diagram for DbLib:
Public Member Functions | |
OpenConnection () | |
SelectDatabase () | |
DbQuery () | |
Query () | |
GetResult () | |
GetNumRows () | |
GetNextRecord () | |
GetField () | |
GetFirstRelation () | |
GetLastId () | |
FreeResult () | |
CloseConnection () | |
GetError () | |
SqlCorrection () | |
__wakeup () | |
__sleep () | |
IsConnected () | |
Public Attributes | |
$mHost = 'localhost' | |
$mPort = 3306 | |
$mUser = 'root' | |
$mPassword = '' | |
$mDatabase = 'db' | |
$mSocket | |
$mResult | |
$mRow |
Definition at line 3 of file dblib.php.