Uses of Class
com.alibaba.druid.sql.SQLDialect.Quote
-
Packages that use SQLDialect.Quote Package Description com.alibaba.druid.sql -
-
Uses of SQLDialect.Quote in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLDialect.Quote Modifier and Type Method Description static SQLDialect.QuoteSQLDialect.Quote. of(char sign)static SQLDialect.QuoteSQLDialect.Quote. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLDialect.Quote[]SQLDialect.Quote. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql with parameters of type SQLDialect.Quote Modifier and Type Method Description static booleanSQLDialect.Quote. isValidQuota(int features, SQLDialect.Quote quote)static intSQLDialect.Quote. register(int features, SQLDialect.Quote quote)
-