SqsConnector class SqsConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.
string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string
bool supportsSavepoints() Determine if the grammar supports savepoints. Return Value bool
bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
Page 126 of 996