Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
org.skife.jdbi.v2.tweak |
Interfaces used to alter JDBI's behavior
|
Modifier and Type | Method and Description |
---|---|
Argument |
BuiltInArgumentFactory.build(Class expectedType,
Object value,
StatementContext ctx) |
Argument |
Foreman.createArgument(Class<?> expectedType,
Object boundValue,
StatementContext ctx) |
Argument |
Binding.forName(String name)
Look up an argument by name
|
Argument |
Binding.forPosition(int position)
Look up an argument by position
|
Modifier and Type | Method and Description |
---|---|
SelfType |
SQLStatement.bind(int position,
Argument argument)
Used if you need to have some exotic parameter bound.
|
SelfType |
SQLStatement.bind(String name,
Argument argument)
Used if you need to have some exotic parameter bound.
|
Modifier and Type | Method and Description |
---|---|
Argument |
ArgumentFactory.build(Class<?> expectedType,
T value,
StatementContext ctx) |
Argument |
NamedArgumentFinder.find(String name) |
Copyright © 2018. All rights reserved.