AwlDatabaseTypically there will only be a single instance of the database level class in an application.
Located in /inc/AwlDatabase.php (line 55)
AwlDBDialect | --AwlDatabase
mixed
$txnstate
= 0 (line 63)
Holds the state of the transaction 0 = not started, 1 = in progress, -1 = error pending rollback/commit
Inherited from AwlDBDialect
AwlDBDialect::$db
AwlDBDialect::$dialect
Begin (line 90)
Begin a transaction.
Commit (line 104)
Complete a transaction.
ErrorInfo (line 154)
prepare (line 72)
Returns a PDOStatement object created using this database, the supplied SQL string, and any parameters given.
PrepareTranslated (line 139)
Operates identically to AwlDatabase::Prepare, except that $this->Translate() will be called on the query before any processing.
query (line 82)
Returns a PDOStatement object created using this database, the supplied SQL string, and any parameters given.
Rollback (line 115)
Cancel a transaction in progress.
TransactionState (line 130)
Returns the current state of a transaction, indicating if we have begun a transaction, whether the transaction has failed, or if we are not in a transaction.
TranslateAll (line 147)
Switches on or off the processing flag controlling whether subsequent calls to AwlDatabase::Prepare are translated as if PrepareTranslated() had been called.
Inherited From AwlDBDialect
AwlDBDialect::__construct()
AwlDBDialect::GetFields()
AwlDBDialect::GetVersion()
AwlDBDialect::Quote()
AwlDBDialect::ReplaceParameters()
AwlDBDialect::SetSearchPath()
AwlDBDialect::TranslateSQL()
Documentation generated on Thu, 25 Feb 2010 11:39:17 +1300 by phpDocumentor 1.3.2