public class SqlNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
SqlNode(long cPtr,
boolean cMemoryOwn) |
SqlNode(SqlNodeType type,
int line_num,
int location) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
Equals(SqlNode node) |
protected void |
finalize() |
static long |
getCPtr(SqlNode obj) |
int |
GetLineNum() |
int |
GetLocation() |
SqlNodeType |
getType_() |
SqlNodeType |
GetType() |
String |
GetTypeName() |
void |
setType_(SqlNodeType value) |
public SqlNode(long cPtr,
boolean cMemoryOwn)
public SqlNode(SqlNodeType type, int line_num, int location)
public static long getCPtr(SqlNode obj)
public void delete()
public SqlNodeType GetType()
public int GetLineNum()
public int GetLocation()
public String GetTypeName()
public boolean Equals(SqlNode node)
public void setType_(SqlNodeType value)
public SqlNodeType getType_()
Copyright © 2021. All rights reserved.