Class OServerCommandPostCommand
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
- All Implemented Interfaces:
OServerCommand
- Direct Known Subclasses:
OServerCommandPostCommandGraph
-
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 TypeMethodDescriptionbooleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.protected OResultSetexecuteStatement(String language, String text, Object params, ODatabaseDocument db) static StringgetFetchPlanFromStatement(OStatement statement) static intgetLimitFromStatement(ODatabaseSession db, OStatement statement, int previousLimit) String[]getNames()static OStatementparseStatement(String language, String text, ODatabaseDocument db) Methods 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
-
OServerCommandPostCommand
public OServerCommandPostCommand()
-
-
Method Details
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-
getFetchPlanFromStatement
-
parseStatement
-
getLimitFromStatement
public static int getLimitFromStatement(ODatabaseSession db, OStatement statement, int previousLimit) -
executeStatement
protected OResultSet executeStatement(String language, String text, Object params, ODatabaseDocument db) -
getNames
-