Uses of Enum
com.alibaba.druid.sql.SQLDialect.Quote
Packages that use SQLDialect.Quote
-
Uses of SQLDialect.Quote in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLDialect.QuoteModifier and TypeMethodDescriptionstatic SQLDialect.QuoteSQLDialect.Quote.of(char sign) static SQLDialect.QuoteReturns 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.QuoteModifier and TypeMethodDescriptionstatic booleanSQLDialect.Quote.isValidQuota(int features, SQLDialect.Quote quote) static intSQLDialect.Quote.register(int features, SQLDialect.Quote quote)