Uses of Enum
gudusoft.gsqlparser.nodes.EHiveInsertType
Packages that use EHiveInsertType
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of EHiveInsertType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EHiveInsertTypeModifier and TypeMethodDescriptionTInsertSqlNode.getHiveInsertType()static EHiveInsertTypeReturns the enum constant of this type with the specified name.static EHiveInsertType[]EHiveInsertType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.nodes with parameters of type EHiveInsertTypeModifier and TypeMethodDescriptionvoidTInsertSqlNode.setHiveInsertType(EHiveInsertType hiveInsertType) -
Uses of EHiveInsertType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EHiveInsertTypeMethods in gudusoft.gsqlparser.stmt with parameters of type EHiveInsertTypeModifier and TypeMethodDescriptionvoidTInsertSqlStatement.setHiveInsertType(EHiveInsertType hiveInsertType)