Uses of Class
com.alibaba.druid.sql.repository.SchemaResolveVisitor.Option
-
Packages that use SchemaResolveVisitor.Option Package Description com.alibaba.druid.sql.repository -
-
Uses of SchemaResolveVisitor.Option in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository that return SchemaResolveVisitor.Option Modifier and Type Method Description static SchemaResolveVisitor.OptionSchemaResolveVisitor.Option. valueOf(String name)Returns 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.Option Modifier and Type Method Description booleanSchemaResolveVisitor. 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)
-