class
Illuminate
/
Database
/
PostgresConnection
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
PostgresConnection
Extends
Methods
protected
escapeBinary ( $value ) : string
Escape a binary value for safe SQL embedding.
Parameters
- $value string
protected
escapeBool ( $value ) : string
Escape a bool value for safe SQL embedding.
Parameters
- $value bool
public
getSchemaState ( Filesystem $files , callable $processFactory ) : PostgresSchemaState
Get the schema state for the connection.
Parameters
- $files Filesystem |null
- $processFactory callable|null