int getCountForPagination(array $columns = array('*')) Get the count of the total records for the paginator. Parameters array $columns Return Value int
Closure getMacro(string $name) Get the given macro by name. Parameters string $name Return Value Closure
array getEagerLoads() Get the relationships being eagerly loaded. Return Value array
Grammar getGrammar() Get the query grammar instance. Return Value Grammar
ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface
Connection getConnection() Get the database connection instance. Return Value Connection
string getColumnType(string $table, string $column) Get the data type for the given column name. Parameters string $table string $column Return Value string
array getBindings() Get the current query value bindings in a flattened array. Return Value array
Collection|Builder[] get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection|Builder[]
array getColumnListing(string $table) Get the column listing for a given table. Parameters string $table Return Value array
Page 902 of 996