Uses of Class
gudusoft.gsqlparser.nodes.TDatatypeAttribute
Packages that use TDatatypeAttribute
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TDatatypeAttribute in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TDatatypeAttributeModifier and TypeMethodDescriptionTDatatypeAttributeList.getDatatypeAttribute(int position) TFunctionCall.getDatatypeAttribute()Not used.TOutputFormatPhrase.getDatatypeAttribute()Deprecated.Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TDatatypeAttributeModifier and TypeMethodDescriptionTTypeName.getDatatypeAttributeList()datatype attribute element.TExplicitDataTypeConversion.getDataTypeAttributeList1()TExplicitDataTypeConversion.getDataTypeAttributeList2()Methods in gudusoft.gsqlparser.nodes with parameters of type TDatatypeAttributeModifier and TypeMethodDescriptionvoidTDatatypeAttributeList.addDatatypeAttribute(TDatatypeAttribute a) voidTParseTreeVisitor.postVisit(TDatatypeAttribute node) voidTParseTreeVisitor.preVisit(TDatatypeAttribute node) voidTFunctionCall.setDatatypeAttribute(TDatatypeAttribute datatypeAttribute) Not used.Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TDatatypeAttributeModifier and TypeMethodDescriptionvoidTTypeName.setDatatypeAttributeList(TPTNodeList<TDatatypeAttribute> datatypeAttributeList) voidTExplicitDataTypeConversion.setDataTypeAttributeList1(TPTNodeList<TDatatypeAttribute> dataTypeAttributeList1) voidTExplicitDataTypeConversion.setDataTypeAttributeList2(TPTNodeList<TDatatypeAttribute> dataTypeAttributeList2) -
Uses of TDatatypeAttribute in gudusoft.gsqlparser.nodes.teradata
Methods in gudusoft.gsqlparser.nodes.teradata that return TDatatypeAttributeModifier and TypeMethodDescriptionTDataConversionItem.getDatatypeAttribute()TDataDefinition.getDatatypeAttribute()