Uses of Class
com.alibaba.druid.sql.ast.SQLParameter.ParameterType
-
Packages that use SQLParameter.ParameterType Package Description com.alibaba.druid.sql.ast -
-
Uses of SQLParameter.ParameterType in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLParameter.ParameterType Modifier and Type Method Description SQLParameter.ParameterTypeSQLParameter. getParamType()SQLParameter.ParameterTypeSQLArgument. getType()static SQLParameter.ParameterTypeSQLParameter.ParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLParameter.ParameterType[]SQLParameter.ParameterType. 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 SQLParameter.ParameterType Modifier and Type Method Description voidSQLParameter. setParamType(SQLParameter.ParameterType paramType)voidSQLArgument. setType(SQLParameter.ParameterType type)
-