Classes | |
class | PGTStorageDB |
Functions | |
PGTStorageDB::getURL () | |
PGTStorageDB::getLink () | |
PGTStorageDB::getTable () | |
PGTStorageDB::getStorageType () | |
PGTStorageDB::getStorageInfo () | |
PGTStorageDB::PGTStorageDB ($cas_parent, $user, $password, $database_type, $hostname, $port, $database, $table) | |
PGTStorageDB::init () | |
Variables | |
PGTStorageDB::$_url | |
PGTStorageDB::$_link | |
PGTStorageDB::$_table |
|
This method returns the handle of the connection to the database where PGT's are stored.
Definition at line 69 of file pgt-db.php. |
|
This method returns an informational string giving informations on the parameters of the storage.(used for debugging purposes). Reimplemented from PGTStorage. Definition at line 117 of file pgt-db.php. |
|
This method returns an informational string giving the type of storage used by the object (used for debugging purposes).
Reimplemented from PGTStorage. Definition at line 106 of file pgt-db.php. |
|
This method returns the name of the table where PGT's are stored.
Definition at line 90 of file pgt-db.php. |
|
This method returns the PEAR DB URL to use to connect to the database.
Definition at line 47 of file pgt-db.php. |
|
This method is used to initialize the storage. Halts on error. Reimplemented from PGTStorage. Definition at line 169 of file pgt-db.php. References PGTStorage::isInitialized(), and phpCAS::traceBegin(). |
|
The class constructor, called by CASClient::SetPGTStorageDB().
Definition at line 140 of file pgt-db.php. References CAS_PGT_STORAGE_DB_DEFAULT_DATABASE, CAS_PGT_STORAGE_DB_DEFAULT_DATABASE_TYPE, CAS_PGT_STORAGE_DB_DEFAULT_HOSTNAME, CAS_PGT_STORAGE_DB_DEFAULT_PORT, CAS_PGT_STORAGE_DB_DEFAULT_TABLE, and phpCAS::traceBegin(). |
|
The handle of the connection to the database where PGT's are stored. Written by PGTStorageDB::init(), read by getLink(). Definition at line 59 of file pgt-db.php. |
|
The name of the table where PGT's are stored. Written by PGTStorageDB::PGTStorageDB(), read by getTable(). Definition at line 81 of file pgt-db.php. |
|
a string representing a PEAR DB URL to connect to the database. Written by PGTStorageDB::PGTStorageDB(), read by getURL(). Definition at line 38 of file pgt-db.php. |