|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultType | |
---|---|
de.sones.GraphDSClient.QueryResult |
Uses of ResultType in de.sones.GraphDSClient.QueryResult |
---|
Methods in de.sones.GraphDSClient.QueryResult that return ResultType | |
---|---|
ResultType |
QueryResult.getResultType()
|
static ResultType |
ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.sones.GraphDSClient.QueryResult with parameters of type ResultType | |
---|---|
QueryResult(java.lang.String myQueryString,
java.lang.String myQueryLanguage,
ResultType myResult,
long myDuration,
java.lang.String myErrorMessage,
java.util.List<Vertex> myVertexViewList)
Contains the result of the query in a parsed form |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |