public class TSymbolTableItem extends Object
Constructor and Description |
---|
TSymbolTableItem(EDbObjectType dbObjectType,
TCustomSqlStatement pstmt,
TParseTreeNode pdata) |
TSymbolTableItem(int ptype,
TCustomSqlStatement pstmt,
TParseTreeNode pdata) |
Modifier and Type | Method and Description |
---|---|
TParseTreeNode |
getData() |
EDbObjectType |
getDbObjectType() |
TCustomSqlStatement |
getStmt() |
int |
getType() |
void |
setStmt(TCustomSqlStatement stmt) |
void |
setType(int type) |
public TSymbolTableItem(int ptype, TCustomSqlStatement pstmt, TParseTreeNode pdata)
public TSymbolTableItem(EDbObjectType dbObjectType, TCustomSqlStatement pstmt, TParseTreeNode pdata)
public TParseTreeNode getData()
public TCustomSqlStatement getStmt()
public int getType()
public EDbObjectType getDbObjectType()
public void setType(int type)
public void setStmt(TCustomSqlStatement stmt)