Uses of Class
com.orientechnologies.orient.core.sql.query.OSQLAsynchQuery
Packages that use OSQLAsynchQuery
Package
Description
-
Uses of OSQLAsynchQuery in com.orientechnologies.orient.core.sql
Fields in com.orientechnologies.orient.core.sql declared as OSQLAsynchQueryModifier and TypeFieldDescriptionprotected OSQLAsynchQuery<ODocument> OCommandExecutorSQLResultsetAbstract.requestprotected OSQLAsynchQuery<ODocument> OCommandExecutorToOStatementWrapper.requestMethods in com.orientechnologies.orient.core.sql with parameters of type OSQLAsynchQueryModifier and TypeMethodDescriptionvoidOCommandExecutorSQLResultsetAbstract.setRequest(OSQLAsynchQuery<ODocument> request) -
Uses of OSQLAsynchQuery in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OSQLAsynchQueryModifier and TypeMethodDescriptionOMatchStatement.execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener) executes the match statement.OProfileStorageStatement.execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener) OServerStatement.execute(OSQLAsynchQuery<ODocument> request, OServerCommandContext context, OProgressListener progressListener) OStatement.execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener) protected ObjectOMatchStatement.getResult(OSQLAsynchQuery<ODocument> request) protected static ObjectOProfileStorageStatement.getResult(OSQLAsynchQuery<ODocument> request) -
Uses of OSQLAsynchQuery in com.orientechnologies.orient.core.sql.query
Subclasses of OSQLAsynchQuery in com.orientechnologies.orient.core.sql.queryModifier and TypeClassDescriptionclassOLiveQuery<T>SQL live query.classSQL synchronous query.