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