Package org.neo4j.ogm.request
Interface Statement
- All Known Subinterfaces:
GraphModelRequest,GraphRowListModelRequest,RestModelRequest,RowModelRequest
public interface Statement
- Author:
- vince, Luanne Misquitta
-
Method Summary
Modifier and TypeMethodDescriptionString[]booleanNumber of expected results returned by execution of this statement
-
Method Details
-
getStatement
String getStatement() -
getParameters
-
getResultDataContents
String[] getResultDataContents() -
isIncludeStats
boolean isIncludeStats() -
optimisticLockingConfig
Optional<OptimisticLockingConfig> optimisticLockingConfig()Number of expected results returned by execution of this statement- Returns:
- number of expected results
-