Uses of Enum
com.alibaba.druid.sql.visitor.VisitorFeature
Packages that use VisitorFeature
-
Uses of VisitorFeature in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type VisitorFeatureModifier and TypeMethodDescriptionvoidSQLUtils.FormatOption.config(VisitorFeature feature, boolean state) final booleanSQLUtils.FormatOption.isEnabled(VisitorFeature feature) static StringSQLUtils.toMySqlString(SQLObject sqlObject, VisitorFeature... features) static StringSQLUtils.toSQLString(SQLObject sqlObject, DbType dbType, SQLUtils.FormatOption option, VisitorFeature... features) Constructors in com.alibaba.druid.sql with parameters of type VisitorFeature -
Uses of VisitorFeature in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast with parameters of type VisitorFeatureModifier and TypeMethodDescriptionSQLStatement.toString(VisitorFeature... features) SQLStatementImpl.toString(VisitorFeature... features) -
Uses of VisitorFeature in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor that return VisitorFeatureModifier and TypeMethodDescriptionstatic VisitorFeatureReturns 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.Methods in com.alibaba.druid.sql.visitor with parameters of type VisitorFeatureModifier and TypeMethodDescriptionvoidParameterizedVisitor.config(VisitorFeature feature, boolean state) voidSQLASTOutputVisitor.config(VisitorFeature feature, boolean state) voidSQLASTVisitorAdapter.config(VisitorFeature feature, boolean state) static intVisitorFeature.config(int features, VisitorFeature feature, boolean state) booleanParameterizedVisitor.isEnabled(VisitorFeature feature) final booleanSQLASTVisitorAdapter.isEnabled(VisitorFeature feature) static booleanVisitorFeature.isEnabled(int features, VisitorFeature feature) static intVisitorFeature.of(VisitorFeature... features) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, SQLParserFeature[] features, VisitorFeature... visitorFeatures) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, VisitorFeature... features) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, List<Object> outParameters, VisitorFeature... features) static StringParameterizedOutputVisitorUtils.parameterizeForTDDL(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures) static StringParameterizedOutputVisitorUtils.parameterizeForTDDL(String sql, DbType dbType, List<Object> outParameters, VisitorFeature... features) static longParameterizedOutputVisitorUtils.parameterizeHash(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures)