Interface | Description |
---|---|
BinaryStream |
Wraps a binary stream to also provide the length which is needed when binding.
|
BlobImplementer |
Marker interface for non-contextually created
Blob instances.. |
CharacterStream |
Wraps a character stream (reader) to also provide the length (number of characters) which is needed
when binding.
|
ClobImplementer |
Marker interface for non-contextually created
Clob instances.. |
LobCreationContext |
Provides callback access into the context in which the LOB is to be created.
|
LobCreationContext.Callback<T> |
The callback contract for making use of the JDBC
Connection . |
LobCreator |
Contract for creating various LOB references.
|
NClobImplementer |
Marker interface for non-contextually created java.sql.NClob instances..
|
WrappedBlob |
Contract for
Blob wrappers. |
WrappedClob |
Contract for
Clob wrappers. |
WrappedNClob |
Contract for
NClob wrappers. |
Class | Description |
---|---|
AbstractLobCreator |
Convenient base class for proxy-based LobCreator for handling wrapping.
|
BlobProxy |
Manages aspects of representing
Blob objects. |
ClobProxy |
Manages aspects of proxying
Clobs for non-contextual creation, including proxy creation and
handling proxy invocations. |
ColumnNameCache | Deprecated
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
|
ContextualLobCreator |
LobCreator implementation using contextual creation against the JDBC Connection class's LOB creation
methods. |
NClobProxy |
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and
handling proxy invocations.
|
NonContextualLobCreator |
LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB
references ourselves as opposed to delegating to the JDBC Connection . |
ReaderInputStream |
Exposes a
Reader as an InputStream . |
ResultSetWrapperProxy | Deprecated
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
|
SerializableBlobProxy |
Manages aspects of proxying
Blobs to add serializability. |
SerializableClobProxy |
Manages aspects of proxying
Clobs to add serializability. |
SerializableNClobProxy |
Manages aspects of proxying java.sql.NClobs to add serializability.
|
Size |
Models size restrictions/requirements on a column's datatype.
|
StreamUtils |
Stream copying utilities
|
Enum | Description |
---|---|
Size.LobMultiplier |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.