Method |
Description |
|
__construct ( string $alias, string $uri, GraphAware\Bolt\Configuration | null $config = null ) |
Connection constructor. |
|
createPipeline ( null $query = null, array $parameters = [], null $tag = null ) : GraphAware\Common\Driver\PipelineInterface |
|
|
getAlias ( ) : string |
|
|
getDriver ( ) : GraphAware\Common\Driver\DriverInterface |
|
|
getSession ( ) : GraphAware\Common\Driver\SessionInterface |
|
|
getTransaction ( ) : GraphAware\Common\Transaction\TransactionInterface |
|
|
run ( string $statement, array | null $parameters = null, null | string $tag = null ) : GraphAware\Common\Result\Result |
|
|
runMixed ( array $queue ) : GraphAware\Common\Result\ResultCollection |
|
|