class
Illuminate
/
Database
/
SQLiteConnection
You are viewing an older version of the documentation. For the latest, please visit master documentation.
SQLiteConnection
Extends
Methods
public
__construct ( $pdo , $database , $tablePrefix , array $config ) : void
Create a new database connection instance.
Parameters
public
getSchemaState ( Filesystem $files , callable $processFactory ) : void
Get the schema state for the connection.
Parameters
- $files Filesystem |null
- $processFactory callable|null
protected
getForeignKeyConstraintsConfigurationValue ( ) : bool|null
Get the database connection foreign key constraints configuration option.