class Illuminate / Database / MySqlConnection
You are viewing an older version of the documentation. For the latest, please visit master documentation.

MySqlConnection

Extends

Methods

public

isMaria ( ) : bool

Determine if the connected database is a MariaDB database.

protected

getDefaultQueryGrammar ( ) : MySqlGrammar

Get the default query grammar instance.

public

getSchemaBuilder ( ) : MySqlBuilder

Get a schema builder instance for the connection.

protected

getDefaultSchemaGrammar ( ) : MySqlGrammar

Get the default schema grammar instance.

public

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

Get the schema state for the connection.

Parameters

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

getDefaultPostProcessor ( ) : MySqlProcessor

Get the default post processor instance.

protected

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

Get the Doctrine DBAL driver.