public class OCreateUserStatement extends OSimpleExecStatement
Modifier and Type | Field and Description |
---|---|
protected OIdentifier |
name |
protected OIdentifier |
passwordIdentifier |
protected String |
passwordString |
protected List<OIdentifier> |
roles |
protected static String |
USER_FIELD_NAME |
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OCreateUserStatement(int id) |
OCreateUserStatement(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OCreateUserStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeSimple(OCommandContext ctx) |
int |
hashCode() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, execute, execute
createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, serialize, setOriginalStatement, toString, validate
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString
protected static final String USER_FIELD_NAME
protected OIdentifier name
protected OIdentifier passwordIdentifier
protected String passwordString
protected List<OIdentifier> roles
public OCreateUserStatement(int id)
public OCreateUserStatement(OrientSql p, int id)
public OResultSet executeSimple(OCommandContext ctx)
executeSimple
in class OSimpleExecStatement
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class OStatement
public OCreateUserStatement copy()
copy
in class OStatement
Copyright © 2009–2020 OrientDB. All rights reserved.