Uses of Class
com.orientechnologies.common.parser.OBaseParser
Packages that use OBaseParser
Package
Description
-
Uses of OBaseParser in com.orientechnologies.orient.core.command
Subclasses of OBaseParser in com.orientechnologies.orient.core.commandModifier and TypeClassDescriptionclassAbstract implementation of Executor Command interface. -
Uses of OBaseParser in com.orientechnologies.orient.core.command.script
Subclasses of OBaseParser in com.orientechnologies.orient.core.command.scriptModifier and TypeClassDescriptionclassExecutes Script Commands.classExecutes Script Commands. -
Uses of OBaseParser in com.orientechnologies.orient.core.sql
Subclasses of OBaseParser in com.orientechnologies.orient.core.sqlModifier and TypeClassDescriptionclassSQL abstract Command Executor implementation.classSQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.classSQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.classSQL ALTER DATABASE command: Changes an attribute of the current database.classSQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.classclassSQL CREATE CLASS command: Creates a new property in the target class.classSQL CREATE CLUSTER command: Creates a new cluster.classSQL CREATE EDGE command.classSQL CREATE FUNCTION command.classSQL CREATE INDEX command: Create a new index against a property.classSQL CREATE LINK command: Transform a JOIN relationship to a physical LINKclassSQL CREATE PROPERTY command: Creates a new property in the target class.classclassCreates a new user.classSQL CREATE VERTEX command.classSQL UPDATE command.classSQL UPDATE command.classSQL DELETE EDGE command.classSQL DELETE VERTEX command.classSQL DROP CLASS command: Drops a class from the database.classSQL DROP CLUSTER command: Drop a cluster from the databaseclassSQL REMOVE INDEX command: Remove an indexclassSQL CREATE PROPERTY command: Creates a new property in the target class.classclassDrops a use.classAbstract class that early executes the command and provide the iterator interface on top of the resultset.classExplains the execution of a command returning profiling information.classFIND REFERENCES command: Finds references to records in all or part of databaseclassSQL GRANT command: Grant a privilege to a database role.classSQL INSERT command.classclassclassSQL MOVE VERTEX command.classSQL ALTER DATABASE command: Changes an attribute of the current database.classSQL GRANT command: Grant a privilege to a database role.classSQL REMOVE INDEX command: Remove an indexclassExecutes a TRAVERSE crossing records.classSQL UPDATE command.classBase abstract class with RETRYclassSQL REVOKE command: Revoke a privilege to a database role.classExecutes the SQL SELECT statement.classclassActs as a delegate to the real command inserting the execution of the command inside a new transaction if not yet begun.classExecutes a TRAVERSE crossing records.classSQL TRUNCATE CLASS command: Truncates an entire class deleting all configured clusters where the class relies on.classSQL TRUNCATE CLUSTER command: Truncates an entire record cluster.classSQL TRUNCATE RECORD command: Truncates a record without loading it.classSQL UPDATE command.Methods in com.orientechnologies.orient.core.sql with parameters of type OBaseParserModifier and TypeMethodDescriptionstatic OSQLFunctionRuntimeOSQLHelper.getFunction(OBaseParser iCommand, String iWord) static ObjectOSQLHelper.parseValue(OBaseParser iCommand, String iWord, OCommandContext iContext) static ObjectOSQLHelper.parseValue(OBaseParser iCommand, String iWord, OCommandContext iContext, boolean resolveContextVariables) static ObjectOSQLHelper.parseValue(OSQLPredicate iSQLFilter, OBaseParser iCommand, String iWord, OCommandContext iContext) -
Uses of OBaseParser in com.orientechnologies.orient.core.sql.filter
Subclasses of OBaseParser in com.orientechnologies.orient.core.sql.filterModifier and TypeClassDescriptionclassParsed query.classParses text in SQL format and build a tree of conditions.classTarget parser.Methods in com.orientechnologies.orient.core.sql.filter with parameters of type OBaseParserModifier and TypeMethodDescriptionprotected abstract voidOSQLFilterItemAbstract.setRoot(OBaseParser iQueryToParse, String iRoot) voidOSQLFilterItemField.setRoot(OBaseParser iQueryToParse, String iRoot) protected voidOSQLFilterItemFieldAll.setRoot(OBaseParser iQueryToParse, String iRoot) protected voidOSQLFilterItemFieldAny.setRoot(OBaseParser iQueryToParse, String iRoot) voidOSQLFilterItemVariable.setRoot(OBaseParser iQueryToParse, String iRoot) Constructors in com.orientechnologies.orient.core.sql.filter with parameters of type OBaseParserModifierConstructorDescriptionOSQLFilterItemAbstract(OBaseParser iQueryToParse, String iText) OSQLFilterItemField(OBaseParser iQueryToParse, String iName, OClass iClass) OSQLFilterItemVariable(OBaseParser iQueryToParse, String iName) -
Uses of OBaseParser in com.orientechnologies.orient.core.sql.functions
Methods in com.orientechnologies.orient.core.sql.functions with parameters of type OBaseParserModifier and TypeMethodDescriptionprotected voidOSQLFunctionRuntime.setRoot(OBaseParser iQueryToParse, String iText) Constructors in com.orientechnologies.orient.core.sql.functions with parameters of type OBaseParser -
Uses of OBaseParser in com.orientechnologies.orient.core.sql.method
Methods in com.orientechnologies.orient.core.sql.method with parameters of type OBaseParserModifier and TypeMethodDescriptionprotected voidOSQLMethodRuntime.setRoot(OBaseParser iQueryToParse, String iText) Constructors in com.orientechnologies.orient.core.sql.method with parameters of type OBaseParser -
Uses of OBaseParser in com.orientechnologies.orient.graph.gremlin
Subclasses of OBaseParser in com.orientechnologies.orient.graph.gremlin -
Uses of OBaseParser in com.orientechnologies.orient.server.distributed.sql
Subclasses of OBaseParser in com.orientechnologies.orient.server.distributed.sqlModifier and TypeClassDescriptionclassSQL HA REMOVE SERVER command: removes a server from ha configuration.classSQL HA STATUS command: returns the high availability configuration.classSQL HA SYNC CLUSTER command: synchronizes a cluster from distributed servers.classSQL HA SYNC DATABASE command: synchronizes database form distributed servers.