Traits
Interfaces
StatementInterface
Interface defining a query statement.
This interface is a partial standalone implementation of PDOStatement.
« More » UTF8MB4SupportInterface
Interface defining a driver which has support for the MySQL `utf8mb4` character set
Classes
FetchMode
Class defining the fetch mode for prepared statements
The values of the constants in this class match the `PDO::FETCH_*` constants.
« More » FetchOrientation
Class defining the fetch orientation for prepared statements
The values of the constants in this class match the `PDO::FETCH_ORI_*` constants.
« More » Classes
Classes
Classes
ConnectionFailureException
Exception class defining an error connecting to the database platform
PrepareStatementFailureException
Exception class defining an error preparing the SQL statement for execution
QueryTypeAlreadyDefinedException
Exception class defining an exception when attempting to change a query type
Classes
Classes
Classes
MysqliStatement
MySQLi Database Statement.
This class is modeled on \Doctrine\DBAL\Driver\Mysqli\MysqliStatement
« More » Classes
Classes
Traits
Interfaces
PreparableInterface
Joomla Database Query Preparable Interface.
Adds bind/unbind methods as well as a getBounded() method to retrieve the stored bounded variables on demand prior to query execution.
« More »