class
Illuminate
/
Database
/
SQLiteConnection
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
SQLiteConnection
Extends
Methods
public
__construct ( $pdo , $database , $tablePrefix , array $config ) : void
Create a new database connection instance.
Parameters
protected
escapeBinary ( $value ) : string
Escape a binary value for safe SQL embedding.
Parameters
- $value string
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.