Uses of Enum
gudusoft.gsqlparser.EDataTypeAttribute
Packages that use EDataTypeAttribute
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
-
Uses of EDataTypeAttribute in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EDataTypeAttributeModifier and TypeMethodDescriptionstatic EDataTypeAttributeReturns the enum constant of this type with the specified name.static EDataTypeAttribute[]EDataTypeAttribute.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EDataTypeAttribute in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EDataTypeAttributeModifier and TypeMethodDescriptionTDatatypeAttribute.getAttributeType()static EDataTypeAttributeTDatatypeAttribute.searchDataTypeAttributeByName(TSourceToken st1, TSourceToken st2) static EDataTypeAttributeTDatatypeAttribute.searchDataTypeAttributeByName(String typenameStr) Methods in gudusoft.gsqlparser.nodes with parameters of type EDataTypeAttributeModifier and TypeMethodDescriptionvoidTDatatypeAttribute.setAttributeType(EDataTypeAttribute attributeType) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type EDataTypeAttributeModifier and TypeMethodDescriptionstatic voidTDatatypeAttribute.setDataTypeAttributeMap(Map<String, EDataTypeAttribute> dataTypeAttributeMap)