Class OServerCommandPostCommandGremlin
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostCommand
com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostCommandGraph
com.orientechnologies.tinkerpop.command.OServerCommandPostCommandGremlin
- All Implemented Interfaces:
OServerCommand
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OResultSetexecuteStatement(String language, String text, Object params, ODatabaseDocument db) Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostCommandGraph
executeMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostCommand
getFetchPlanFromStatement, getLimitFromStatement, getNames, parseStatementMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandPostCommandGremlin
public OServerCommandPostCommandGremlin()
-
-
Method Details
-
executeStatement
protected OResultSet executeStatement(String language, String text, Object params, ODatabaseDocument db) - Overrides:
executeStatementin classOServerCommandPostCommand
-