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

PostgresConnection

Extends

Methods

public

bindValues ( $statement , $bindings ) : void

Bind values to their parameters in the given statement.

Parameters

protected

getDefaultQueryGrammar ( ) : PostgresGrammar

Get the default query grammar instance.

public

getSchemaBuilder ( ) : PostgresBuilder

Get a schema builder instance for the connection.

protected

getDefaultSchemaGrammar ( ) : PostgresGrammar

Get the default schema grammar instance.

public

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

Get the schema state for the connection.

Parameters

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

getDefaultPostProcessor ( ) : PostgresProcessor

Get the default post processor instance.

protected

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

Get the Doctrine DBAL driver.