select() select( $table, $join, $columns = null, $where = null) Parameters $table $join $columns $where
get() get( $table, $join = null, $columns = null, $where = null) Parameters $table $join $columns $where
rand() rand( $table, $join = null, $columns = null, $where = null) Parameters $table $join $columns $where
count() count( $table, $join = null, $column = null, $where = null) Parameters $table $join $column $where
innerConjunct() innerConjunct( $data, $map, $conjunctor, $outer_conjunctor) Parameters $data $map $conjunctor $outer_conjunctor
selectContext() selectContext( $table, $map, $join, $columns = null, $where = null, $column_fn = null) Parameters $table $map $join $columns $where $column_fn
dataMap() dataMap( $data, $columns, $column_map, $stack) Parameters $data $columns $column_map $stack
aggregate() aggregate( $type, $table, $join = null, $column = null, $where = null) Parameters $type $table $join $column $where