
public class OCreateFunctionStatement extends OSimpleExecStatement
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
codeQuoted |
protected Boolean |
idempotent |
protected OIdentifier |
language |
protected OIdentifier |
name |
protected List<OIdentifier> |
parameters |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OCreateFunctionStatement(int id) |
OCreateFunctionStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OCreateFunctionStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeSimple(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, toStringprotected OIdentifier name
protected String codeQuoted
protected String code
protected List<OIdentifier> parameters
protected Boolean idempotent
protected OIdentifier language
public OCreateFunctionStatement(int id)
public OCreateFunctionStatement(OrientSql p, int id)
public OResultSet executeSimple(OCommandContext ctx)
executeSimple in class OSimpleExecStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic OCreateFunctionStatement copy()
copy in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.