Package | Description |
---|---|
com.alibaba.druid.sql.repository |
Modifier and Type | Method and Description |
---|---|
static SchemaResolveVisitor.Option |
SchemaResolveVisitor.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaResolveVisitor.isEnabled(SchemaResolveVisitor.Option option) |
static int |
SchemaResolveVisitor.Option.of(SchemaResolveVisitor.Option... options) |
void |
SchemaRepository.resolve(SQLSelectStatement stmt,
SchemaResolveVisitor.Option... options) |
void |
SchemaRepository.resolve(SQLStatement stmt,
SchemaResolveVisitor.Option... options) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.