Метод |
Описание |
|
__construct ( RedBeanPHP\Driver $database ) |
Constructor. |
|
close ( ) |
|
|
commit ( ) |
|
|
exec ( $sql, $bindings = [], $noevent = FALSE ) |
|
|
get ( $sql, $bindings = [] ) |
|
|
getAffectedRows ( ) |
|
|
getAssoc ( $sql, $bindings = [] ) |
|
|
getAssocRow ( $sql, $bindings = [] ) |
|
|
getCell ( $sql, $bindings = [], $noSignal = NULL ) |
|
|
getCol ( $sql, $bindings = [] ) |
|
|
getCursor ( $sql, $bindings = [] ) |
|
|
getDatabase ( ) |
|
|
getInsertID ( ) |
|
|
getRow ( $sql, $bindings = [] ) |
|
|
getSQL ( ) : string |
Returns a string containing the most recent SQL query
processed by the database adapter, thus conforming to the
interface: |
|
rollback ( ) |
|
|
startTransaction ( ) |
|
|