Package | Description |
---|---|
com.alibaba.druid.sql.ast |
Modifier and Type | Method and Description |
---|---|
SQLParameter.ParameterType |
SQLParameter.getParamType() |
SQLParameter.ParameterType |
SQLArgument.getType() |
static SQLParameter.ParameterType |
SQLParameter.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLParameter.setParamType(SQLParameter.ParameterType paramType) |
void |
SQLArgument.setType(SQLParameter.ParameterType type) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.