IMySQLConnection
extends
IConnection
in
Tags
Table of Contents
Constants
- KIND_DB2 = 'db2'
- KIND_MYSQL = 'mysql'
- KIND_POSTGRESQL = 'postgresql'
Methods
- begin() : mixed
- commit() : mixed
- escape() : mixed
- exec() : mixed
- getDatabase() : mixed
- getEncryptionKey() : mixed
- getErrorNumber() : int
- rollback() : mixed
Constants
KIND_DB2
public
string
KIND_DB2
= 'db2'
KIND_MYSQL
public
string
KIND_MYSQL
= 'mysql'
KIND_POSTGRESQL
public
string
KIND_POSTGRESQL
= 'postgresql'
Methods
begin()
public
begin() : mixed
commit()
public
commit() : mixed
escape()
public
escape(mixed &$escapeval) : mixed
Parameters
- $escapeval : mixed
exec()
public
exec(IStatement|string $query) : mixed
Parameters
- $query : IStatement|string
getDatabase()
public
getDatabase() : mixed
getEncryptionKey()
public
getEncryptionKey() : mixed
getErrorNumber()
public
getErrorNumber() : int
Return values
introllback()
public
rollback() : mixed