Uses of Enum
gudusoft.gsqlparser.EFileFormat
Packages that use EFileFormat
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 EFileFormat in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EFileFormatModifier and TypeMethodDescriptionstatic EFileFormatReturns the enum constant of this type with the specified name.static EFileFormat[]EFileFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EFileFormat in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EFileFormat -
Uses of EFileFormat in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return EFileFormatMethods in gudusoft.gsqlparser.nodes.hive with parameters of type EFileFormatModifier and TypeMethodDescriptionvoidTHiveTableFileFormat.setFileFormat(EFileFormat fileFormat) -
Uses of EFileFormat in gudusoft.gsqlparser.stmt.snowflake
Methods in gudusoft.gsqlparser.stmt.snowflake that return EFileFormat