类 SQLUtils.FormatOption
java.lang.Object
com.alibaba.druid.sql.SQLUtils.FormatOption
- 封闭类:
- SQLUtils
-
构造器概要
构造器构造器说明FormatOption(boolean ucase) FormatOption(boolean ucase, boolean prettyFormat) FormatOption(boolean ucase, boolean prettyFormat, boolean parameterized) FormatOption(VisitorFeature... features) -
方法概要
修饰符和类型方法说明voidconfig(VisitorFeature feature, boolean state) booleanfinal booleanisEnabled(VisitorFeature feature) booleanbooleanbooleanvoidsetDesensitize(boolean val) voidsetParameterized(boolean parameterized) voidsetPrettyFormat(boolean prettyFormat) voidsetUppCase(boolean val)
-
构造器详细资料
-
FormatOption
public FormatOption() -
FormatOption
-
FormatOption
public FormatOption(boolean ucase) -
FormatOption
public FormatOption(boolean ucase, boolean prettyFormat) -
FormatOption
public FormatOption(boolean ucase, boolean prettyFormat, boolean parameterized)
-
-
方法详细资料
-
isDesensitize
public boolean isDesensitize() -
setDesensitize
public void setDesensitize(boolean val) -
isUppCase
public boolean isUppCase() -
setUppCase
public void setUppCase(boolean val) -
isPrettyFormat
public boolean isPrettyFormat() -
setPrettyFormat
public void setPrettyFormat(boolean prettyFormat) -
isParameterized
public boolean isParameterized() -
setParameterized
public void setParameterized(boolean parameterized) -
config
-
isEnabled
-