PHP 클래스 GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary

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

보호된 프로퍼티들

프로퍼티 타입 설명
$notifications
$statement GraphAware\Common\Cypher\StatementInterface
$type
$updateStatistics StatementStatistics

공개 메소드들

메소드 설명
__construct ( GraphAware\Common\Cypher\StatementInterface $statement )
notifications ( )
setStatistics ( StatementStatistics $statistics )
statement ( )
statementType ( )
updateStatistics ( )

메소드 상세

__construct() 공개 메소드

public __construct ( GraphAware\Common\Cypher\StatementInterface $statement )
$statement GraphAware\Common\Cypher\StatementInterface

notifications() 공개 메소드

public notifications ( )

setStatistics() 공개 메소드

public setStatistics ( StatementStatistics $statistics )
$statistics StatementStatistics

statement() 공개 메소드

public statement ( )

statementType() 공개 메소드

public statementType ( )

updateStatistics() 공개 메소드

public updateStatistics ( )

프로퍼티 상세

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

protected $notifications

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

protected StatementInterface,GraphAware\Common\Cypher $statement
리턴 GraphAware\Common\Cypher\StatementInterface

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

protected $type

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

protected StatementStatistics,GraphAware\Neo4j\Client\HttpDriver\Result $updateStatistics
리턴 StatementStatistics