| Interface | Description |
|---|---|
| InputStreamFactory.StreamFactoryReference | |
| LobSearchUtil.StreamProvider | |
| Sequencable |
| Class | Description |
|---|---|
| ArrayImpl |
Provides a serializable
Array implementation with minimal JDBC functionality. |
| BaseLob | |
| BinaryType | |
| BlobImpl |
This object holds a chunk of binary data and implements the JDBC Blob interface.
|
| BlobType |
Represent a value of type "blob", which can be streamable from client
|
| ClobImpl |
This object holds a chunk of char data and implements the JDBC Clob interface.
|
| ClobType |
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
|
| DataTypeManager |
This class manages data type, conversions between data types, and comparators
for data types.
|
| DataTypeManager.DataTypeAliases | |
| DataTypeManager.DefaultDataClasses | |
| DataTypeManager.DefaultDataTypes | |
| DataTypeManager.DefaultTypeCodes | |
| DataTypeManager.WeakReferenceHashedValueCache<T> | |
| GeometryType | |
| InputStreamFactory | |
| InputStreamFactory.BlobInputStreamFactory | |
| InputStreamFactory.ClobInputStreamFactory | |
| InputStreamFactory.FileInputStreamFactory | |
| InputStreamFactory.SQLXMLInputStreamFactory | |
| JDBCSQLTypeInfo |
This is a helper class used to obtain SQL type information for java types.
|
| JDBCSQLTypeInfo.TypeInfo | |
| LobSearchUtil | |
| NullType | |
| SQLXMLImpl |
Default SQLXML impl
NOTE that this representation of XML does not become unreadable after
read operations.
|
| StandardXMLTranslator | |
| Streamable<T> |
A large value object which can be streamable in chunks of data each time
|
| Transform |
This interface represents the transformation from one data type to
another.
|
| XMLTranslator |
This an interface defined to convert the various kinds of the XML sources
defined into a character stream.
|
| XMLType |
This class represents the SQLXML object along with the Streamable interface.
|
| Enum | Description |
|---|---|
| ClobType.Type | |
| InputStreamFactory.StorageMode | |
| XMLType.Type |
| Exception | Description |
|---|---|
| ArrayImpl.NullException | |
| TransformationException |
The exception is thrown when an error occurs during data transformation,
typically a formatting error or an invalid input type.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.