Uses of Enum
gudusoft.gsqlparser.ETableKind
Packages that use ETableKind
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.
Provides the classes represent various SQL statements.
-
Uses of ETableKind in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETableKindModifier and TypeMethodDescriptionstatic ETableKindETableKind.fromValue(int value) static ETableKindReturns the enum constant of this type with the specified name.static ETableKind[]ETableKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETableKind in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as ETableKindMethods in gudusoft.gsqlparser.nodes that return ETableKindModifier and TypeMethodDescriptionTCreateViewSqlNode.getTableKind()TDropTableSqlNode.getTableKind()TObjectName.getTableKind()Methods in gudusoft.gsqlparser.nodes that return types with arguments of type ETableKindMethods in gudusoft.gsqlparser.nodes with parameters of type ETableKindModifier and TypeMethodDescriptionvoidTDropTableSqlNode.setTableKind(ETableKind tableKind) voidTObjectName.setTableKind(ETableKind tableKind) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type ETableKindModifier and TypeMethodDescriptionvoidTCreateTableSqlNode.setTableKinds(EnumSet<ETableKind> tableKinds) -
Uses of ETableKind in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return ETableKindModifier and TypeMethodDescriptionTCreateViewSqlStatement.getTableKind()TDropTableSqlStatement.getTableKind()Methods in gudusoft.gsqlparser.stmt that return types with arguments of type ETableKindMethod parameters in gudusoft.gsqlparser.stmt with type arguments of type ETableKindModifier and TypeMethodDescriptionvoidTCreateTableSqlStatement.setTableKinds(EnumSet<ETableKind> tableKinds)