PHP 클래스 GraphAware\Neo4j\Client\HttpDriver\Pipeline

상속: implements GraphAware\Common\Driver\PipelineInterface
파일 보기 프로젝트 열기: graphaware/neo4j-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$session Session
$statements GraphAware\Common\Cypher\Statement[]

공개 메소드들

메소드 설명
__construct ( Session $session )
push ( $query, array $parameters = [], $tag = null )
run ( )
size ( ) : integer
statements ( ) : GraphAware\Common\Cypher\Statement[]

메소드 상세

__construct() 공개 메소드

public __construct ( Session $session )
$session Session

push() 공개 메소드

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

run() 공개 메소드

public run ( )

size() 공개 메소드

public size ( ) : integer
리턴 integer

statements() 공개 메소드

public statements ( ) : GraphAware\Common\Cypher\Statement[]
리턴 GraphAware\Common\Cypher\Statement[]

프로퍼티 상세

$session 보호되어 있는 프로퍼티

protected Session,GraphAware\Neo4j\Client\HttpDriver $session
리턴 Session

$statements 보호되어 있는 프로퍼티

protected Statement[],GraphAware\Common\Cypher $statements
리턴 GraphAware\Common\Cypher\Statement[]