gudusoft.gsqlparser.nodes
Class TDatatypeAttribute
java.lang.Object
gudusoft.gsqlparser.nodes.TParseTreeNode
gudusoft.gsqlparser.nodes.TDatatypeAttribute
- All Implemented Interfaces:
- Visitable
public class TDatatypeAttribute
- extends TParseTreeNode
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode |
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, setDummyTag, setEndToken, setEndToken, setGsqlparser, setNodeType, setStartToken, setStartToken, setString, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
unknown
public static final int unknown
- See Also:
- Constant Field Values
uppercase
public static final int uppercase
- See Also:
- Constant Field Values
casespecific
public static final int casespecific
- See Also:
- Constant Field Values
not_casespecific
public static final int not_casespecific
- See Also:
- Constant Field Values
format
public static final int format
- See Also:
- Constant Field Values
title
public static final int title
- See Also:
- Constant Field Values
named
public static final int named
- See Also:
- Constant Field Values
with_default
public static final int with_default
- See Also:
- Constant Field Values
compress
public static final int compress
- See Also:
- Constant Field Values
TDatatypeAttribute
public TDatatypeAttribute()
setType
public void setType(int type)
getType
public int getType()
setConstant
public void setConstant(TConstant constant)
getConstant
public TConstant getConstant()
setSourceToken
public void setSourceToken(TSourceToken sourceToken)
getSourceToken
public TSourceToken getSourceToken()
init
public void init(java.lang.Object arg1)
- Description copied from class:
TParseTreeNode
- Initialize a query tree node.
- Overrides:
init
in class TParseTreeNode