ConnectionInterface
interface ConnectionInterface (View source)
Methods
Builder table(string $table) Begin a fluent query against a database table. Expression raw(mixed $value) Get a new raw query expression. mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. array select(string $query, array $bindings = array()) Run a select statement against the database. bool insert(string $query, array $bindings = array()) R