
public class OCreateIndexStatement extends OStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
OCreateIndexStatement.Property |
| Modifier and Type | Field and Description |
|---|---|
protected OIdentifier |
className |
protected OIdentifier |
engine |
protected List<OIdentifier> |
keyTypes |
protected OJson |
metadata |
protected OIndexName |
name |
protected List<OCreateIndexStatement.Property> |
propertyList |
protected OIdentifier |
type |
CUSTOM_STRICT_SQLchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OCreateIndexStatement(int id) |
OCreateIndexStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
execute, jjtAccept, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringprotected OIndexName name
protected OIdentifier className
protected List<OCreateIndexStatement.Property> propertyList
protected OIdentifier type
protected OIdentifier engine
protected List<OIdentifier> keyTypes
protected OJson metadata
public OCreateIndexStatement(int id)
public OCreateIndexStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.