Uses of Class
com.c8db.entity.QueryExecutionState
-
Packages that use QueryExecutionState Package Description com.c8db.entity com.c8db.internal.velocypack -
-
Uses of QueryExecutionState in com.c8db.entity
Methods in com.c8db.entity that return QueryExecutionState Modifier and Type Method Description QueryExecutionStateQueryEntity. getState()static QueryExecutionStateQueryExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryExecutionState[]QueryExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueryExecutionState in com.c8db.internal.velocypack
Fields in com.c8db.internal.velocypack with type parameters of type QueryExecutionState Modifier and Type Field Description static com.arangodb.velocypack.VPackDeserializer<QueryExecutionState>VPackDeserializers. QUERY_EXECUTION_STATE
-