Uses of Enum
com.alibaba.druid.sql.ast.SQLParameter.ParameterType
Packages that use SQLParameter.ParameterType
-
Uses of SQLParameter.ParameterType in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLParameter.ParameterTypeModifier and TypeMethodDescriptionSQLParameter.getParamType()SQLArgument.getType()static SQLParameter.ParameterTypeReturns 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.ParameterTypeModifier and TypeMethodDescriptionvoidSQLParameter.setParamType(SQLParameter.ParameterType paramType) voidSQLArgument.setType(SQLParameter.ParameterType type)