
public class OServerCommandPostCommand extends OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDserver| Constructor and Description |
|---|
OServerCommandPostCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
protected com.orientechnologies.orient.core.sql.executor.OResultSet |
executeStatement(String language,
String text,
Object params,
ODatabaseDocument db) |
static String |
getFetchPlanFromStatement(com.orientechnologies.orient.core.sql.parser.OStatement statement) |
static int |
getLimitFromStatement(com.orientechnologies.orient.core.sql.parser.OStatement statement,
int previousLimit) |
String[] |
getNames() |
static com.orientechnologies.orient.core.sql.parser.OStatement |
parseStatement(String language,
String text,
ODatabaseDocument db) |
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestcheckSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
OServerCommandExceptionpublic static String getFetchPlanFromStatement(com.orientechnologies.orient.core.sql.parser.OStatement statement)
public static com.orientechnologies.orient.core.sql.parser.OStatement parseStatement(String language, String text, ODatabaseDocument db)
public static int getLimitFromStatement(com.orientechnologies.orient.core.sql.parser.OStatement statement,
int previousLimit)
protected com.orientechnologies.orient.core.sql.executor.OResultSet executeStatement(String language, String text, Object params, ODatabaseDocument db)
public String[] getNames()
Copyright © 2009–2018 OrientDB. All rights reserved.