PHP Class GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary

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

Protected Properties

Свойство Type Description
$notifications
$statement GraphAware\Common\Cypher\StatementInterface
$type
$updateStatistics StatementStatistics

Méthodes publiques

Méthode Description
__construct ( GraphAware\Common\Cypher\StatementInterface $statement )
notifications ( )
setStatistics ( StatementStatistics $statistics )
statement ( )
statementType ( )
updateStatistics ( )

Method Details

__construct() public méthode

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

notifications() public méthode

public notifications ( )

setStatistics() public méthode

public setStatistics ( StatementStatistics $statistics )
$statistics StatementStatistics

statement() public méthode

public statement ( )

statementType() public méthode

public statementType ( )

updateStatistics() public méthode

public updateStatistics ( )

Property Details

$notifications protected_oe property

protected $notifications

$statement protected_oe property

protected StatementInterface,GraphAware\Common\Cypher $statement
Résultat GraphAware\Common\Cypher\StatementInterface

$type protected_oe property

protected $type

$updateStatistics protected_oe property

protected StatementStatistics,GraphAware\Neo4j\Client\HttpDriver\Result $updateStatistics
Résultat StatementStatistics