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
- $statement PDOStatement
- $bindings array
public
getSchemaState ( Filesystem $files , callable $processFactory ) : PostgresSchemaState
Get the schema state for the connection.
Parameters
- $files Filesystem |null
- $processFactory callable|null