B

SimplePDO::beginTransaction() — Method in class SimplePDO
Initiates a transaction .
SimplePDO::bindParam() — Method in class SimplePDO
Binds a parameter to the specified variable name.

C

ConfigurationClass in namespace SimplePDO
SimplePDO::commit() — Method in class SimplePDO
Commits a transaction.

D

DriverInterfaceClass in namespace SimplePDO\Drivers
DriverInterface::dsn() — Method in class DriverInterface
Returns the MySql data source name (dsn).
MySQLDriver::dsn() — Method in class MySQLDriver
Returns the MySql data source name (dsn).
SqliteDriver::dsn() — Method in class SqliteDriver
Returns the MySql data source name (dsn).
SimplePDO::disconnect() — Method in class SimplePDO
Disconnect from database.

E

SimplePDO::execute() — Method in class SimplePDO
Executes a prepared statement
SimplePDOStatement::errorInfo() — Method in class SimplePDOStatement
Fetch extended error information associated with the last operation on the statement handle.

F

SimplePDOStatement::fetchAll() — Method in class SimplePDOStatement
Returns an array containing all of the result set rows.
SimplePDOStatement::fetch() — Method in class SimplePDOStatement
Fetches the next row from a result set.
SimplePDOStatement::fetchColumn() — Method in class SimplePDOStatement
Returns a single column from the next row of a result set.
SimplePDOStatement::fetchQueryStrings() — Method in class SimplePDOStatement
Fetch query strings/params for session.

G

Configuration::get() — Method in class Configuration
Retrieve property from configuration file.

M

MySQLDriverClass in namespace SimplePDO\Drivers

P

SimplePDO::prepare() — Method in class SimplePDO
Prepares a statement for execution and returns a statement object.

Q

SimplePDOStatement::queryStrings() — Method in class SimplePDOStatement
Store all query strings for session.
SimplePDOStatement::queryParams() — Method in class SimplePDOStatement
Store all query parameters for session.

R

SimplePDO::rollBack() — Method in class SimplePDO
Rolls back a transaction.

S

SqliteDriverClass in namespace SimplePDO\Drivers
SimplePDOClass in namespace SimplePDO
$SimplePDO#stmtProperty in class SimplePDO
PDOStatement object.
SimplePDO::setFetchMode() — Method in class SimplePDO
Set the default fetch mode for this statement.
SimplePDOStatementClass in namespace SimplePDO

_

Configuration::__construct() — Method in class Configuration
Constructor.
SimplePDO::__construct() — Method in class SimplePDO
Constructor.
SimplePDO::__destruct() — Method in class SimplePDO
Destructor.