Public Member Functions | |
| __construct ($dbO=null, $queryIn="", $queryInfo) | |
| Construct an SQL query object. | |
| doSQL () | |
| Run the SQL query and cache the results in the DBI. | |
| getFieldName () | |
| Return the field names from the query results. | |
| getQuery () | |
| Return the query represented by this SQL object. | |
| mysql_insert_id () | |
| Return the last inserted primary key. | |
Definition at line 276 of file DBI.php5.
| SQL::__construct | ( | $ | dbO = null, |
|
| $ | queryIn = "", |
|||
| $ | queryInfo | |||
| ) |
| SQL::doSQL | ( | ) |
Run the SQL query and cache the results in the DBI.
Definition at line 308 of file DBI.php5.
References SConfig::getOption(), mysql_insert_id(), and SErrorManager::setDebug().
| SQL::getFieldName | ( | ) |
| SQL::getQuery | ( | ) |
| SQL::mysql_insert_id | ( | ) |
1.5.6