PHP Class GraphAware\Neo4j\Client\HttpDriver\Pipeline

Inheritance: implements GraphAware\Common\Driver\PipelineInterface
Afficher le fichier Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$session Session
$statements GraphAware\Common\Cypher\Statement[]

Méthodes publiques

Méthode Description
__construct ( Session $session )
push ( $query, array $parameters = [], $tag = null )
run ( )
size ( ) : integer
statements ( ) : GraphAware\Common\Cypher\Statement[]

Method Details

__construct() public méthode

public __construct ( Session $session )
$session Session

push() public méthode

public push ( $query, array $parameters = [], $tag = null )
$parameters array

run() public méthode

public run ( )

size() public méthode

public size ( ) : integer
Résultat integer

statements() public méthode

public statements ( ) : GraphAware\Common\Cypher\Statement[]
Résultat GraphAware\Common\Cypher\Statement[]

Property Details

$session protected_oe property

protected Session,GraphAware\Neo4j\Client\HttpDriver $session
Résultat Session

$statements protected_oe property

protected Statement[],GraphAware\Common\Cypher $statements
Résultat GraphAware\Common\Cypher\Statement[]