Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.QuoteCharacter
-
Packages that use QuoteCharacter Package Description org.apache.shardingsphere.sql.parser.sql.common.enums -
-
Uses of QuoteCharacter in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return QuoteCharacter Modifier and Type Method Description static QuoteCharacterQuoteCharacter. getQuoteCharacter(String value)Get quote character.static QuoteCharacterQuoteCharacter. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteCharacter[]QuoteCharacter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-