public class OCreateClusterStatement extends ODDLStatement
Modifier and Type | Field and Description |
---|---|
protected boolean |
blob |
protected OInteger |
id |
protected boolean |
ifNotExists |
protected OIdentifier |
name
Class name
|
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, lastToken, parent, parser, value
Constructor and Description |
---|
OCreateClusterStatement(int id) |
OCreateClusterStatement(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OCreateClusterStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeDDL(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 OIdentifier name
protected boolean ifNotExists
protected OInteger id
protected boolean blob
public OCreateClusterStatement(int id)
public OCreateClusterStatement(OrientSql p, int id)
public OResultSet executeDDL(OCommandContext ctx)
executeDDL
in class ODDLStatement
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class OStatement
public OCreateClusterStatement copy()
copy
in class OStatement
Copyright © 2009–2020 OrientDB. All rights reserved.