Typically there will only be a single instance of the database level class in an application.
Located in /AwlDatabase.php (line 58)
AwlDBDialect | --AwlDatabase
Holds whether we are translating all statements.
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 a transaction.
Complete a transaction.
Returns a PDOStatement object created using this database, the supplied SQL string, and any parameters given.
Operates identically to AwlDatabase::Prepare, except that $this->Translate() will be called on the query before any processing.
Returns a PDOStatement object created using this database, the supplied SQL string, and any parameters given.
Cancel a transaction in progress.
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.
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::ReplaceNamedParameters()
AwlDBDialect::ReplaceParameters()
AwlDBDialect::SetSearchPath()
AwlDBDialect::TranslateSQL()
Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3