All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractGeospatialType |
Base type for geography and geometry.
|
AccessibleBufferedInputStream |
|
AccessibleByteArrayOutputStream |
|
AnyToObjectTransform |
|
AnyToStringTransform |
This class can be subclassed to do a simple anything to String by
just calling toString().
|
ApplicationInfo |
|
ArgCheck |
This class contains a set of static utility methods for checking method arguments.
|
ArrayImpl |
Provides a serializable Array implementation with minimal JDBC functionality.
|
ArrayImpl.NullException |
|
Assertion |
This class contains a set of static utility methods for assertion checking.
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
BaseClobType |
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
|
BaseLob |
|
BasicCryptor |
Public methods in this class throw only CryptoException s.
|
BigDecimalToBigIntegerTransform |
|
BigIntegerToBigDecimalTransform |
|
BinaryToBlobTransform |
|
BinaryType |
|
BlobImpl |
This object holds a chunk of binary data and implements the JDBC Blob interface.
|
BlobToBinaryTransform |
|
BlobType |
Represent a value of type "blob", which can be streamable from client
|
BooleanToNumberTransform |
|
BundleUtil |
|
BundleUtil.Event |
|
ClobImpl |
This object holds a chunk of char data and implements the JDBC Clob interface.
|
ClobToStringTransform |
|
ClobType |
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
|
ClobType.Type |
|
ComponentNotFoundException |
Exception which occurs if a system component could not be found by another
component.
|
CopyOnWriteLinkedHashMap<K,V> |
Provides a mimimally concurrent (concurrent read/exclusive write) LinkedHashMap for use in read mostly situations.
|
CoreConstants |
|
CorePlugin |
CorePlugin
|
CorePlugin.Event |
|
CryptoException |
A catch-all exception for any exceptions related to encryption and decryption
operations.
|
Cryptor |
Interface defining a utility that can perform both encryption and decryption.
|
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> |
|
DateToTimestampTransform |
|
DhKeyGenerator |
Helper class that supports anonymous ephemeral Diffie-Hellman
Parameters are stored in the dh.properties file
|
EquivalenceUtil |
Utilities to test the equivalence (see method-specific definitions) of any
two object/array references.
|
ExecutorUtils |
|
ExternalizeUtil |
Utilities used by Externalizable classes to read/write objects from
ObjectInput/ObjectOutput instances.
|
FileUtils |
|
FixedNumberToBigDecimalTransform |
|
FixedNumberToBigIntegerTransform |
|
FloatingNumberToBigDecimalTransform |
|
FloatingNumberToBigIntegerTransform |
|
GeographyToGeometryTransform |
|
GeographyType |
|
GeometryType |
|
HashCodeUtil |
This class provides utility functions for generating good
hash codes.
|
InputStreamFactory |
|
InputStreamFactory.BlobInputStreamFactory |
|
InputStreamFactory.ClobInputStreamFactory |
|
InputStreamFactory.FileInputStreamFactory |
|
InputStreamFactory.SQLXMLInputStreamFactory |
|
InputStreamFactory.StorageMode |
|
InputStreamFactory.StreamFactoryReference |
|
InputStreamReader |
Replacement for the standard InputStreamReader ,
which suffers from a bug in sun.nio.cs.StreamDecoder
|
JDBCSQLTypeInfo |
This is a helper class used to obtain SQL type information for java types.
|
JDBCSQLTypeInfo.TypeInfo |
|
JsonToClobTransform |
|
JsonType |
This is wrapper on top of clob functionality
|
LobSearchUtil |
|
LobSearchUtil.StreamProvider |
|
LRUCache<K,V> |
This class replaces a verbose legacy implementation of LRUCaching.
|
MixinProxy |
|
MultiArrayOutputStream |
A dynamic buffer that limits copying overhead
|
NamedThreadFactory |
|
NullCryptor |
|
NullToAnyTransform |
This class can do a simple null to anything.
|
NullType |
|
NumberToBooleanTransform |
|
NumberToByteTransform |
|
NumberToDoubleTransform |
|
NumberToFloatTransform |
|
NumberToIntegerTransform |
|
NumberToLongTransform |
|
NumberToNumberTransform |
|
NumberToShortTransform |
|
ObjectConverterUtil |
|
ObjectInputStreamWithClassloader |
|
ObjectToAnyTransform |
|
PropertiesUtils |
Static utility methods for common tasks having to do with
java.util.Properties.
|
PropertiesUtils.InvalidPropertyException |
|
ReaderInputStream |
|
ReflectionHelper |
|
Sequencable |
|
SqlUtil |
Utilities for dealing with SQL strings.
|
SQLXMLImpl |
Default SQLXML impl
NOTE that this representation of XML does not become unreadable after
read operations.
|
SQLXMLToStringTransform |
|
StandardXMLTranslator |
|
Streamable<T> |
A large value object which can be streamable in chunks of data each time
|
StringToBigDecimalTransform |
|
StringToBigIntegerTransform |
|
StringToBooleanTransform |
|
StringToByteTransform |
|
StringToCharacterTransform |
|
StringToClobTransform |
|
StringToDateTransform |
|
StringToDoubleTransform |
|
StringToFloatTransform |
|
StringToIntegerTransform |
|
StringToJsonTransform |
|
StringToLongTransform |
|
StringToShortTransform |
|
StringToSQLXMLTransform |
|
StringToTimestampTransform |
|
StringToTimeTransform |
|
StringUtil |
This is a common place to put String utility methods.
|
StringUtil.Constants |
|
SymmetricCryptor |
Provides a symmetric cryptor using AES
|
TeiidComponentException |
Exception which occurs if an error occurs within the server that is not
business-related.
|
TeiidException |
Exception which occurs if an error occurs within the server that is not
business-related.
|
TeiidProcessingException |
This exception is a superclass for exceptions that are thrown during
processing as a result of user input.
|
TeiidRuntimeException |
A generic runtime exception which contains a reference to another exception
and which represents a condition that should never occur during runtime.
|
TimestampToDateTransform |
|
TimestampToTimeTransform |
|
TimestampWithTimezone |
Utility methods for SQL Timestamps, Time, and Dates with time zones as UTC
This is intended to take incoming Strings or Dates that have accurate
Calendar fields and give the UTC time by interpretting those fields
in the target time zone.
|
TimeToTimestampTransform |
|
Transform |
This interface represents the transformation from one data type to
another.
|
TransformationException |
The exception is thrown when an error occurs during data transformation,
typically a formatting error or an invalid input type.
|
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.
|
XMLType.Type |
|