| Package | Description | 
|---|---|
| gudusoft.gsqlparser.nodes | 
 Provides the classes represents various SQL query parse tree node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TDatatypeAttribute | 
TFunctionCall.getDatatypeAttribute()
Not used. 
 | 
TDatatypeAttribute | 
TOutputFormatPhrase.getDatatypeAttribute()
Deprecated.  
  | 
TDatatypeAttribute | 
TDatatypeAttributeList.getDatatypeAttribute(int position)  | 
| Modifier and Type | Method and Description | 
|---|---|
TPTNodeList<TDatatypeAttribute> | 
TTypeName.getDatatypeAttributeList()
datatype attribute element. 
 | 
TPTNodeList<TDatatypeAttribute> | 
TExplicitDataTypeConversion.getDataTypeAttributeList1()  | 
TPTNodeList<TDatatypeAttribute> | 
TExplicitDataTypeConversion.getDataTypeAttributeList2()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TDatatypeAttributeList.addDatatypeAttribute(TDatatypeAttribute a)  | 
void | 
TFunctionCall.setDatatypeAttribute(TDatatypeAttribute datatypeAttribute)
Not used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TTypeName.setDatatypeAttributeList(TPTNodeList<TDatatypeAttribute> datatypeAttributeList)  | 
void | 
TExplicitDataTypeConversion.setDataTypeAttributeList1(TPTNodeList<TDatatypeAttribute> dataTypeAttributeList1)  | 
void | 
TExplicitDataTypeConversion.setDataTypeAttributeList2(TPTNodeList<TDatatypeAttribute> dataTypeAttributeList2)  | 
Copyright © 2019. All rights reserved.