Uses of Enum
gudusoft.gsqlparser.stmt.TCreateTableSqlStatement.TableSourceType
Packages that use TCreateTableSqlStatement.TableSourceType
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TCreateTableSqlStatement.TableSourceType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TCreateTableSqlStatement.TableSourceType -
Uses of TCreateTableSqlStatement.TableSourceType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TCreateTableSqlStatement.TableSourceTypeModifier and TypeMethodDescriptionTCreateTableSqlStatement.getTableSourceType()Returns the enum constant of this type with the specified name.TCreateTableSqlStatement.TableSourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.