
public class OCreatePropertyStatement extends ODDLStatement
| Modifier and Type | Field and Description |
|---|---|
List<OCreatePropertyAttributeStatement> |
attributes |
OIdentifier |
className |
OIdentifier |
linkedType |
OIdentifier |
propertyName |
OIdentifier |
propertyType |
boolean |
unsafe |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OCreatePropertyStatement(int id) |
OCreatePropertyStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OCreatePropertyStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeDDL(OCommandContext ctx) |
int |
hashCode() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, execute, executecreateExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, jjtAccept, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic OIdentifier className
public OIdentifier propertyName
public OIdentifier propertyType
public OIdentifier linkedType
public boolean unsafe
public List<OCreatePropertyAttributeStatement> attributes
public OCreatePropertyStatement(int id)
public OCreatePropertyStatement(OrientSql p, int id)
public OResultSet executeDDL(OCommandContext ctx)
executeDDL in class ODDLStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic OCreatePropertyStatement copy()
copy in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.