Connection.php
- Package
- Default
\ShSo\Lacassa\Connection
Package: Default








- Parent(s)
- \Illuminate\Database\Connection
Properties
Methods

__call(string $method, array $parameters) : mixedDynamically pass methods to the connection.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $method | string | |
| $parameters | array |
| Type | Description |
|---|---|
| mixed |

__construct(array $config) : voidCreate a new database connection instance.
Parameters
| Name | Type | Description |
|---|---|---|
| $config | array |

createConnection(array $config) : \Cassandra\SessionCreate a new Cassandra connection.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $config | array |
| Type | Description |
|---|---|
| \Cassandra\Session |

getConnection() : \Cassandra\Sessionreturn Cassandra object.
Returns
| Type | Description |
|---|---|
| \Cassandra\Session |

getDefaultPostProcessor() : \ShSo\Lacassa\Query\ProcessorReturns
| Type | Description |
|---|---|
| \ShSo\Lacassa\Query\Processor |

getDefaultQueryBuilder() : \ShSo\Lacassa\Query\BuilderReturns
| Type | Description |
|---|---|
| \ShSo\Lacassa\Query\Builder |

getDefaultQueryGrammar() : \ShSo\Lacassa\Query\GrammarReturns
| Type | Description |
|---|---|
| \ShSo\Lacassa\Query\Grammar |

getDefaultSchemaGrammar() : \ShSo\Lacassa\Schema\GrammarReturns
| Type | Description |
|---|---|
| \ShSo\Lacassa\Schema\Grammar |

getSchemaGrammar() : \ShSo\Lacassa\Schema\GrammarReturns the connection grammer.
Returns
| Type | Description |
|---|---|
| \ShSo\Lacassa\Schema\Grammar |