Connection
public interface Connection
Method Summary | |
---|---|
void | |
void | commit() |
void | |
void | |
void | exec(mixed statement) |
void | lastInsertId(mixed name) |
void | prepare(mixed prepareString) |
void | query() |
void | quote(mixed input, mixed type) |
void | rollBack() |
public void beginTransaction()
public void commit()
public void errorCode()
public void errorInfo()
public void exec(mixed statement)
public void lastInsertId(mixed name)
public void prepare(mixed prepareString)
public void query()
public void quote(mixed input, mixed type)
public void rollBack()
Connection interface. Driver connections must implement this interface.
This resembles (a subset of) the PDO interface.