Illuminate\Database\Connectors Classes
array getQueryLog() Get the connection query log.
Seeder class Seeder (
bool statement(string $query, array $bindings = array()) Execute an SQL
void __construct(array $connections = array()) Create a new connection
Grammar withTablePrefix(
ConnectionInterface connection(string $name = null)
void beginTransaction() Start a new database transaction.
array prepareBindings(array $bindings) Prepare the query bindings for execution
Expression raw(mixed $value)
Page 15 of 43