Method |
Description |
|
__construct ( ) |
|
|
alterTable ( $table, $column, $attributes ) |
|
|
convertQuestionType ( $type ) |
|
|
create ( $table, $fields = [] ) |
|
|
createTable ( $table, $columns, $other ) |
|
|
dbInitialise ( ) |
|
|
decrement ( $table, $id, $field ) |
|
|
delete ( $table, $where ) |
|
|
getAll ( $table, $where = [] ) |
|
|
getLastId ( ) |
|
|
getLike ( $table, $where, $like ) |
|
|
getWhere ( $table, $where ) |
|
|
increment ( $table, $id, $field ) |
|
|
modifyColumn ( $table, $column, $attributes ) |
|
|
orderAll ( $table, $order, $sort = null ) |
|
|
orderWhere ( $table, $where, $order, $sort = null ) |
|
|
removeColumn ( $table, $column ) |
|
|
tableExists ( $table ) |
|
|
update ( $table, $id, $fields = [] ) |
|
|