public class CreateIndexNode extends SqlNode
swigCMemOwn| Constructor and Description |
|---|
CreateIndexNode(long cPtr,
boolean cMemoryOwn) |
CreateIndexNode(String index_name,
String table_name,
ColumnIndexNode index) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(CreateIndexNode obj) |
ColumnIndexNode |
getIndex_() |
String |
getIndex_name_() |
String |
getTable_name_() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
setIndex_(ColumnIndexNode value) |
Equals, getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public CreateIndexNode(long cPtr,
boolean cMemoryOwn)
public CreateIndexNode(String index_name, String table_name, ColumnIndexNode index)
public static long getCPtr(CreateIndexNode obj)
public void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public String getIndex_name_()
public String getTable_name_()
public void setIndex_(ColumnIndexNode value)
public ColumnIndexNode getIndex_()
Copyright © 2021. All rights reserved.