| AbstractGeospatialType |
Base type for geography and geometry.
|
| ArrayImpl |
Provides a serializable Array implementation with minimal JDBC functionality.
|
| BaseClobType |
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
|
| 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> |
|
| GeographyType |
|
| 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 |
|
| JsonType |
This is wrapper on top of clob functionality
|
| 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.
|