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