SqsConnector

SqsConnector class SqsConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

SqlServerGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

SqlServerGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

SqlServerGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

SqlServerGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

SqlServerGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

SqlServerGrammar::supportsSavepoints()

bool supportsSavepoints() Determine if the grammar supports savepoints. Return Value bool

SqlServerGrammar::supportsSchemaTransactions()

bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool

SqlServerGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

SqlServerGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this