| Modifier and Type | Method and Description |
|---|---|
static DslJdbcSampler.JdbcParamMode |
DslJdbcSampler.JdbcParamMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DslJdbcSampler.JdbcParamMode[] |
DslJdbcSampler.JdbcParamMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DslJdbcSampler |
DslJdbcSampler.param(Object value,
int jdbcParamType,
DslJdbcSampler.JdbcParamMode mode)
Same as
DslJdbcSampler.param(Object, int) but allowing also to specify parameter mode. |
Copyright © 2022. All rights reserved.