Uses of Class
com.alibaba.druid.sql.ast.TDDLHint.Type
-
Packages that use TDDLHint.Type Package Description com.alibaba.druid.sql.ast -
-
Uses of TDDLHint.Type in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return TDDLHint.Type Modifier and Type Method Description TDDLHint.TypeTDDLHint. getType()static TDDLHint.TypeTDDLHint.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TDDLHint.Type[]TDDLHint.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-