Method |
Description |
|
dynamic ( string $table, array $options = [], boolean $proxy = true ) : DynamicQuery |
Begin a fluent query against a database table. |
|
getConnection ( string $type ) : Illuminate\Database\ConnectionInterface |
get connection by $queryType. |
|
getDefaultConnection ( ) : Connection |
get default connection |
|
getProxyManager ( ) : ProxyManager |
get ProxyManager. |
|
getSchema ( string $table ) : array |
return database table schema |
|
getSchemaBuilder ( ) : Illuminate\Database\Schema\Builder |
Get a schema builder instance for the connection. |
|
getTablePrefix ( ) : string |
Get table prefix name. |
|
setSchemaCache ( string $table, boolean $force = false ) : boolean |
set database table schema |
|