Uses of Enum
gudusoft.gsqlparser.EOracleCreateType
Packages that use EOracleCreateType
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.-
Uses of EOracleCreateType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EOracleCreateTypeModifier and TypeMethodDescriptionstatic EOracleCreateTypeReturns the enum constant of this type with the specified name.static EOracleCreateType[]EOracleCreateType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EOracleCreateType in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return EOracleCreateTypeMethods in gudusoft.gsqlparser.stmt.oracle with parameters of type EOracleCreateTypeModifier and TypeMethodDescriptionvoidTPlsqlCreateType_Placeholder.setCreatedType(EOracleCreateType createdType)