Uses of Enum
com.alibaba.druid.sql.repository.SchemaResolveVisitor.Option
Packages that use SchemaResolveVisitor.Option
-
Uses of SchemaResolveVisitor.Option in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository that return SchemaResolveVisitor.OptionModifier and TypeMethodDescriptionstatic SchemaResolveVisitor.OptionReturns the enum constant of this type with the specified name.static SchemaResolveVisitor.Option[]SchemaResolveVisitor.Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.repository with parameters of type SchemaResolveVisitor.OptionModifier and TypeMethodDescriptionbooleanSchemaResolveVisitor.isEnabled(SchemaResolveVisitor.Option option) static intSchemaResolveVisitor.Option.of(SchemaResolveVisitor.Option... options) voidSchemaRepository.resolve(SQLStatement stmt, SchemaResolveVisitor.Option... options) voidSchemaRepository.resolve(SQLSelectQueryBlock queryBlock, SchemaResolveVisitor.Option... options) voidSchemaRepository.resolve(SQLSelect select, SchemaResolveVisitor.Option... options) voidSchemaRepository.resolve(SQLSelectStatement stmt, SchemaResolveVisitor.Option... options)