Closure getMacro(string $name) Get the given macro by name. Parameters string $name Return Value Closure
Grammar getGrammar() Get the query grammar instance. Return Value Grammar
array getEagerLoads() Get the relationships being eagerly loaded. Return Value array
int getCountForPagination(array $columns = array('*')) Get the count of the total records for the paginator. Parameters array $columns Return Value int
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 getColumnListing(string $table) Get the column listing for a given table. Parameters string $table Return Value array
array getBindings() Get the current query value bindings in a flattened array. Return Value array
Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection
Page 902 of 996