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

  • $pdo PDO |Closure
  • $database string
  • $tablePrefix string
  • $config array
protected

getDefaultQueryGrammar ( ) : SQLiteGrammar

Get the default query grammar instance.

public

getSchemaBuilder ( ) : SQLiteBuilder

Get a schema builder instance for the connection.

protected

getDefaultSchemaGrammar ( ) : SQLiteGrammar

Get the default schema grammar instance.

public

getSchemaState ( Filesystem $files , callable $processFactory ) : void

Get the schema state for the connection.

Parameters

  • $files Filesystem |null
  • $processFactory callable|null
protected

getDefaultPostProcessor ( ) : SQLiteProcessor

Get the default post processor instance.

protected

getDoctrineDriver ( ) : Doctrine\...\Driver|SQLiteDriver

Get the Doctrine DBAL driver.

protected

getForeignKeyConstraintsConfigurationValue ( ) : bool|null

Get the database connection foreign key constraints configuration option.