Package | Description |
---|---|
com.alibaba.druid.sql | |
com.alibaba.druid.sql.visitor |
Modifier and Type | Method and Description |
---|---|
void |
SQLUtils.FormatOption.config(VisitorFeature feature,
boolean state) |
boolean |
SQLUtils.FormatOption.isEnabled(VisitorFeature feature) |
static String |
SQLUtils.toMySqlString(SQLObject sqlObject,
VisitorFeature... features) |
Constructor and Description |
---|
FormatOption(VisitorFeature... features) |
Modifier and Type | Method and Description |
---|---|
static VisitorFeature |
VisitorFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitorFeature[] |
VisitorFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
VisitorFeature.config(int features,
VisitorFeature feature,
boolean state) |
void |
SQLASTVisitorAdapter.config(VisitorFeature feature,
boolean state) |
void |
SQLASTOutputVisitor.config(VisitorFeature feature,
boolean state) |
static boolean |
VisitorFeature.isEnabled(int features,
VisitorFeature feature) |
boolean |
SQLASTVisitorAdapter.isEnabled(VisitorFeature feature) |
static int |
VisitorFeature.of(VisitorFeature... features) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.