| Name | Description | Type | Package | Framework |
| OCommandExecutorSQLCreateEdge | SQL CREATE EDGE command. | Class | com.orientechnologies.orient.graph.sql | Orientdb |
| OCommandExecutorSQLCreateVertex | SQL CREATE VERTEX command. | Class | com.orientechnologies.orient.graph.sql | Orientdb |
| OCommandExecutorSQLDeleteEdge | SQL DELETE EDGE command. | Class | com.orientechnologies.orient.graph.sql | Orientdb |
| OCommandExecutorSQLDeleteVertex | SQL DELETE VERTEX command. | Class | com.orientechnologies.orient.graph.sql | Orientdb |
| OCommandExecutorSQLMoveVertex | SQL MOVE VERTEX command. | Class | com.orientechnologies.orient.graph.sql | Orientdb |
| OGraphCommandExecutorSQLFactory | Graph related command operator executor factory. | Class | com.orientechnologies.orient.graph.sql | Orientdb |
| OGraphCommandExecutorSQLFactory .GraphCallBack | Interface | com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory | Orientdb | |
| OGraphFunctionFactory | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb | |
| OSQLFunctionBoth | Gets the incoming and outgoing Vertices of current Vertex. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionBothE | Gets the incoming and outgoing Edges of current Vertex. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionBothV | Gets the incoming and outgoing Vertices of current Edge. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionDijkstra | Dijkstra's algorithm describes how to find the cheapest path from one node to another node in a directed weighted graph. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionGremlin | Executes a GREMLIN expression as function of SQL engine. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionIn | Gets the incoming Vertices of current Vertex. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionInE | Gets the incoming Edges of current Vertex. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionInV | Gets the incoming Vertex of current Edge. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionLabel | Hi-level function that return the label for both edges and vertices. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionMove | Hi-level function to move inside a graph. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionOut | Gets the outgoing Vertices of current Vertex. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionOutE | Gets the outgoing Edges of current Vertex. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionOutV | Gets the outgoing Vertex of current Edge. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionPathFinder | Abstract class to find paths between nodes. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |
| OSQLFunctionShortestPath | Shortest path algorithm to find the shortest path from one node to another node in a directed graph. | Class | com.orientechnologies.orient.graph.sql.functions | Orientdb |