public class CreateStmt extends SqlNode
swigCMemOwn| Constructor and Description |
|---|
CreateStmt() |
CreateStmt(long cPtr,
boolean cMemoryOwn) |
CreateStmt(String table_name,
boolean op_if_not_exist,
int replica_num,
int partition_num) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_std__vectorT_hybridse__node__SqlNode_p_t |
GetColumnDefList() |
static long |
getCPtr(CreateStmt obj) |
SWIGTYPE_p_std__vectorT_hybridse__node__SqlNode_p_t |
GetDistributionList() |
boolean |
GetOpIfNotExist() |
int |
GetPartitionNum() |
int |
GetReplicaNum() |
String |
GetTableName() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
Equals, getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public CreateStmt(long cPtr,
boolean cMemoryOwn)
public CreateStmt()
public CreateStmt(String table_name, boolean op_if_not_exist, int replica_num, int partition_num)
public static long getCPtr(CreateStmt obj)
public SWIGTYPE_p_std__vectorT_hybridse__node__SqlNode_p_t GetColumnDefList()
public String GetTableName()
public boolean GetOpIfNotExist()
public int GetReplicaNum()
public int GetPartitionNum()
public SWIGTYPE_p_std__vectorT_hybridse__node__SqlNode_p_t GetDistributionList()
public void Print(SWIGTYPE_p_std__ostream output, String org_tab)
Copyright © 2021. All rights reserved.