public class IterableArgument extends Object implements org.skife.jdbi.v2.tweak.Argument
| Constructor and Description |
|---|
IterableArgument(Object value,
org.skife.jdbi.v2.StatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(int position,
PreparedStatement stmt,
org.skife.jdbi.v2.StatementContext ctx) |
int |
size() |
public IterableArgument(Object value, org.skife.jdbi.v2.StatementContext ctx)
public void apply(int position,
PreparedStatement stmt,
org.skife.jdbi.v2.StatementContext ctx)
throws SQLException
apply in interface org.skife.jdbi.v2.tweak.ArgumentSQLExceptionpublic int size()
Copyright © 2017. All rights reserved.