Interface | Description |
---|---|
BinaryStream |
Wraps a binary stream to also provide the length which is needed when binding.
|
CharacterStream |
Wraps a character stream (reader) to also provide the length (number of characters) which is needed
when binding.
|
ValueBinder<X> |
Contract for binding values to a
PreparedStatement . |
ValueExtractor<X> |
Contract for extracting a value from a
ResultSet . |
WrapperOptions |
TODO : javadoc
|
Class | Description |
---|---|
JdbcTypeNameMapper |
TODO : javadoc
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved