Package | Description |
---|---|
data | |
data.sqlClient |
Modifier and Type | Method and Description |
---|---|
static ParameterDirection |
ParameterDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDirection[] |
ParameterDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ParameterDirection |
SqlParameter.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
SqlParameter.setDirection(ParameterDirection direction) |
Constructor and Description |
---|
SqlParameter(int index,
java.lang.Object value,
ParameterDirection direction,
int sqlType) |
SqlParameter(int index,
ParameterDirection direction,
int sqlType) |