- caseInsensitiveValueOf(Class<T>, String) - Static method in class org.teiid.core.util.StringUtil
-
- CAUSED_BY_STRING - Static variable in exception org.teiid.core.TeiidRuntimeException
-
- CBC_SYM_ALGORITHM - Static variable in class org.teiid.core.crypto.SymmetricCryptor
-
- CHAR - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- CHAR - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- CHAR - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- CHARSET - Static variable in class org.teiid.core.types.Streamable
-
- checkClass(String) - Static method in class org.teiid.core.util.ObjectInputStreamWithClassloader
-
- checkValueRange(Object) - Method in class org.teiid.core.types.basic.NumberToNumberTransform
-
- cipherAlgorithm - Variable in class org.teiid.core.crypto.BasicCryptor
-
- clear() - Method in class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- CLOB - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- CLOB - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- CLOB - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- ClobImpl - Class in org.teiid.core.types
-
This object holds a chunk of char data and implements the JDBC Clob interface.
- ClobImpl() - Constructor for class org.teiid.core.types.ClobImpl
-
- ClobImpl(InputStreamFactory, long) - Constructor for class org.teiid.core.types.ClobImpl
-
Creates a new ClobImpl.
- ClobImpl(char[]) - Constructor for class org.teiid.core.types.ClobImpl
-
- ClobImpl(String) - Constructor for class org.teiid.core.types.ClobImpl
-
- ClobInputStreamFactory(Clob) - Constructor for class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- ClobToStringTransform - Class in org.teiid.core.types.basic
-
- ClobToStringTransform() - Constructor for class org.teiid.core.types.basic.ClobToStringTransform
-
- ClobToStringTransform(Class<? extends BaseClobType>) - Constructor for class org.teiid.core.types.basic.ClobToStringTransform
-
- ClobType - Class in org.teiid.core.types
-
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface.
- ClobType() - Constructor for class org.teiid.core.types.ClobType
-
- ClobType(Clob) - Constructor for class org.teiid.core.types.ClobType
-
- ClobType.Type - Enum in org.teiid.core.types
-
- clone(Properties) - Static method in class org.teiid.core.util.PropertiesUtils
-
Performs a correct deep clone of the properties object by capturing
all properties in the default(s) and placing them directly into the
new Properties object.
- clone(Properties, Properties, boolean) - Static method in class org.teiid.core.util.PropertiesUtils
-
Performs a correct deep clone of the properties object by capturing
all properties in the default(s) and placing them directly into the
new Properties object.
- close() - Method in class org.teiid.core.util.InputStreamReader
-
- close() - Method in class org.teiid.core.util.ReaderInputStream
-
- code - Variable in exception org.teiid.core.TeiidException
-
- COLLATION_LOCALE - Static variable in class org.teiid.core.types.DataTypeManager
-
- compareTo(ArrayImpl) - Method in class org.teiid.core.types.ArrayImpl
-
- compareTo(ArrayImpl, boolean, Comparator<Object>) - Method in class org.teiid.core.types.ArrayImpl
-
- compareTo(BaseClobType) - Method in class org.teiid.core.types.BaseClobType
-
- compareTo(BinaryType) - Method in class org.teiid.core.types.BinaryType
-
- compareTo(BlobType) - Method in class org.teiid.core.types.BlobType
-
- ComponentNotFoundException - Exception in org.teiid.core
-
Exception which occurs if a system component could not be found by another
component.
- ComponentNotFoundException() - Constructor for exception org.teiid.core.ComponentNotFoundException
-
No-Arg Constructor
- ComponentNotFoundException(String) - Constructor for exception org.teiid.core.ComponentNotFoundException
-
Construct an instance with the message specified.
- ComponentNotFoundException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.ComponentNotFoundException
-
- ComponentNotFoundException(Throwable, String) - Constructor for exception org.teiid.core.ComponentNotFoundException
-
Construct an instance from a message and an exception to chain to this one.
- ComponentNotFoundException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.ComponentNotFoundException
-
Construct an instance from a message and a code and an exception to
chain to this one.
- contains(Collection, Object) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the collection contains the value
- contains(Collection, Object, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the collection contains the value
- containsKey(Map, Object) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the map contains the key
- containsKey(Map, Object, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the map contains the key
- containsKey(Object) - Method in class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- containsValue(Object) - Method in class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- convertBlobToByteArray(Blob) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- convertFileToByteArray(File) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
Returns the contents of the given file as a byte array.
- convertFileToString(File) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
Returns the contents of the given file as a string.
- convertPrimitiveToObject(Class<?>) - Static method in class org.teiid.core.types.basic.ObjectToAnyTransform
-
Convert a primitive class to the corresponding object class
- convertToByteArray(Object) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- convertToByteArray(InputStream) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- convertToByteArray(InputStream, int) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
Returns the given input stream's contents as a byte array.
- convertToByteArray(InputStream, int, boolean) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- convertToByteArray(ZipEntry, ZipFile) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
Returns the contents of the given zip entry as a byte array.
- convertToCharArray(InputStream, int, String) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
Returns the given input stream's contents as a character array.
- convertToInputStream(byte[]) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- convertToRuntimeType(Object, boolean) - Static method in class org.teiid.core.types.DataTypeManager
-
Convert the value to the probable runtime type.
- convertToString(InputStream) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
Returns the contents of the given InputStream as a string.
- convertToString(Reader) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- convertToString(Reader, int) - Static method in class org.teiid.core.util.ObjectConverterUtil
-
- CopyOnWriteLinkedHashMap<K,V> - Class in org.teiid.core.util
-
Provides a mimimally concurrent (concurrent read/exclusive write)
LinkedHashMap
for use in read mostly situations.
- CopyOnWriteLinkedHashMap() - Constructor for class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- copyTo(AbstractGeospatialType) - Method in class org.teiid.core.types.AbstractGeospatialType
-
- CoreConstants - Interface in org.teiid.core
-
- CorePlugin - Class in org.teiid.core
-
CorePlugin
- CorePlugin() - Constructor for class org.teiid.core.CorePlugin
-
- CorePlugin.Event - Enum in org.teiid.core
-
- create(String, Collection<?>, ClassLoader) - Static method in class org.teiid.core.util.ReflectionHelper
-
Helper method to create an instance of the class using the appropriate
constructor based on the ctorObjs passed.
- create(String, Object[], Class<?>[], ClassLoader) - Static method in class org.teiid.core.util.ReflectionHelper
-
- create(Date, TimeZone, Calendar, Class<?>) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
- createBlob(byte[]) - Static method in class org.teiid.core.types.BlobType
-
- createClob(char[]) - Static method in class org.teiid.core.types.ClobImpl
-
- createDate(Date, TimeZone, Calendar) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
- createDate(Date) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
Creates normalized SQL Date Object
- createFeatureNotSupportedException() - Static method in class org.teiid.core.util.SqlUtil
-
- createPublicKey(boolean) - Method in class org.teiid.core.crypto.DhKeyGenerator
-
- createTime(Date, TimeZone, Calendar) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
- createTime(Date) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
Creates normalized SQL Time Object
- createTimestamp(Date, TimeZone, Calendar) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
- createTimestamp(Date) - Static method in class org.teiid.core.util.TimestampWithTimezone
-
- CryptoException - Exception in org.teiid.core.crypto
-
A catch-all exception for any exceptions related to encryption and decryption
operations.
- CryptoException() - Constructor for exception org.teiid.core.crypto.CryptoException
-
No-Arg Constructor
- CryptoException(String) - Constructor for exception org.teiid.core.crypto.CryptoException
-
Construct an instance with the message specified.
- CryptoException(Throwable) - Constructor for exception org.teiid.core.crypto.CryptoException
-
Construct an instance with a linked exception specified.
- CryptoException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.crypto.CryptoException
-
Construct an instance with the message and error code specified.
- CryptoException(Throwable, String) - Constructor for exception org.teiid.core.crypto.CryptoException
-
Construct an instance from a message and an exception to chain to this one.
- CryptoException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.crypto.CryptoException
-
Construct an instance from a message and a code and an exception to
chain to this one.
- CryptoException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.core.crypto.CryptoException
-
- Cryptor - Interface in org.teiid.core.crypto
-
Interface defining a utility that can perform both encryption and decryption.
- generateAndSaveKey(String) - Static method in class org.teiid.core.crypto.SymmetricCryptor
-
- generateKey() - Static method in class org.teiid.core.crypto.SymmetricCryptor
-
- GEOGRAPHY - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- GEOGRAPHY - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- GEOGRAPHY - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- GeographyToGeometryTransform - Class in org.teiid.core.types.basic
-
- GeographyToGeometryTransform() - Constructor for class org.teiid.core.types.basic.GeographyToGeometryTransform
-
- GeographyType - Class in org.teiid.core.types
-
- GeographyType() - Constructor for class org.teiid.core.types.GeographyType
-
- GeographyType(Blob) - Constructor for class org.teiid.core.types.GeographyType
-
- GeographyType(byte[]) - Constructor for class org.teiid.core.types.GeographyType
-
- GeographyType(Blob, int) - Constructor for class org.teiid.core.types.GeographyType
-
- GeographyType(byte[], int) - Constructor for class org.teiid.core.types.GeographyType
-
- GEOMETRY - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- GEOMETRY - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- GEOMETRY - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- GeometryType - Class in org.teiid.core.types
-
- GeometryType() - Constructor for class org.teiid.core.types.GeometryType
-
- GeometryType(Blob) - Constructor for class org.teiid.core.types.GeometryType
-
- GeometryType(byte[]) - Constructor for class org.teiid.core.types.GeometryType
-
- GeometryType(Blob, int) - Constructor for class org.teiid.core.types.GeometryType
-
- GeometryType(byte[], int) - Constructor for class org.teiid.core.types.GeometryType
-
- get(int) - Method in class org.teiid.core.types.DataTypeManager.WeakReferenceHashedValueCache
-
- get(Object) - Method in class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- getAllDataTypeClasses() - Static method in class org.teiid.core.types.DataTypeManager
-
- getAllDataTypeNames() - Static method in class org.teiid.core.types.DataTypeManager
-
Get a set of all data type names.
- getArray() - Method in class org.teiid.core.types.ArrayImpl
-
- getArray(Map<String, Class<?>>) - Method in class org.teiid.core.types.ArrayImpl
-
- getArray(long, int) - Method in class org.teiid.core.types.ArrayImpl
-
- getArray(long, int, Map<String, Class<?>>) - Method in class org.teiid.core.types.ArrayImpl
-
- getArrayType(Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- getAsciiStream() - Method in class org.teiid.core.types.BaseClobType
-
- getAsciiStream() - Method in class org.teiid.core.types.ClobImpl
-
- getBaseFileNameWithoutExtension(String) - Static method in class org.teiid.core.util.FileUtils
-
- getBaseType() - Method in class org.teiid.core.types.ArrayImpl
-
- getBaseTypeName() - Method in class org.teiid.core.types.ArrayImpl
-
- getBinaryStream() - Method in class org.teiid.core.types.BaseLob
-
- getBinaryStream(long, long) - Method in class org.teiid.core.types.BlobImpl
-
- getBinaryStream() - Method in class org.teiid.core.types.BlobType
-
- getBinaryStream(long, long) - Method in class org.teiid.core.types.BlobType
-
- getBinaryStream() - Method in interface org.teiid.core.types.LobSearchUtil.StreamProvider
-
- getBinaryStream() - Method in class org.teiid.core.types.XMLType
-
- getBooleanProperty(Properties, String, boolean) - Static method in class org.teiid.core.util.PropertiesUtils
-
- getBuffer() - Method in class org.teiid.core.util.AccessibleBufferedInputStream
-
- getBuffer() - Method in class org.teiid.core.util.AccessibleByteArrayOutputStream
-
- getBuffers() - Method in class org.teiid.core.util.MultiArrayOutputStream
-
- getBuildDate() - Method in class org.teiid.core.util.ApplicationInfo
-
- getBuildNumber() - Method in class org.teiid.core.util.ApplicationInfo
-
- getBundleUtil(Class<?>) - Static method in class org.teiid.core.BundleUtil
-
- getByHash(Object) - Method in class org.teiid.core.types.DataTypeManager.WeakReferenceHashedValueCache
-
- getByte(int) - Method in class org.teiid.core.types.BinaryType
-
Get the byte value at a given index
- getBytes() - Method in class org.teiid.core.types.BinaryType
-
- getBytes(long, int) - Method in class org.teiid.core.types.BlobImpl
-
Returns as an array of bytes, part or all of the BLOB
value that this Blob
object designates.
- getBytes(long, int) - Method in class org.teiid.core.types.BlobType
-
- getBytesDirect() - Method in class org.teiid.core.types.BinaryType
-
- getCalendar() - Static method in class org.teiid.core.util.TimestampWithTimezone
-
- getCanonicalString(String) - Static method in class org.teiid.core.types.DataTypeManager
-
- getCanonicalValue(T) - Static method in class org.teiid.core.types.DataTypeManager
-
- getCharacterStream() - Method in class org.teiid.core.types.BaseClobType
-
- getCharacterStream(long, long) - Method in class org.teiid.core.types.BaseClobType
-
- getCharacterStream() - Method in class org.teiid.core.types.BaseLob
-
- getCharacterStream(long, long) - Method in class org.teiid.core.types.ClobImpl
-
- getCharacterStream() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getCharacterStream() - Method in class org.teiid.core.types.InputStreamFactory
-
- getCharacterStream() - Method in class org.teiid.core.types.InputStreamFactory.SQLXMLInputStreamFactory
-
- getCharacterStream() - Method in class org.teiid.core.types.XMLType
-
- getCharSequence() - Method in class org.teiid.core.types.BaseClobType
-
- getCharSequence() - Method in interface org.teiid.core.types.Sequencable
-
- getCharset() - Method in class org.teiid.core.types.BaseLob
-
- getCharset() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getCharset() - Method in class org.teiid.core.types.SQLXMLImpl
-
- getClass(int) - Static method in class org.teiid.core.types.DataTypeManager
-
- getCode() - Method in exception org.teiid.core.TeiidException
-
- getCode() - Method in exception org.teiid.core.TeiidRuntimeException
-
Get the error code.
- getCombinedProperties() - Static method in class org.teiid.core.util.PropertiesUtils
-
- getComponentType(String) - Static method in class org.teiid.core.types.DataTypeManager
-
- getContentType() - Method in class org.teiid.core.types.InputStreamFactory.BlobInputStreamFactory
-
- getContentType() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getContentType() - Method in class org.teiid.core.types.InputStreamFactory.SQLXMLInputStreamFactory
-
- getCopyright() - Method in class org.teiid.core.util.ApplicationInfo
-
- getCount() - Method in class org.teiid.core.util.AccessibleBufferedInputStream
-
- getCount() - Method in class org.teiid.core.util.AccessibleByteArrayOutputStream
-
- getCount() - Method in class org.teiid.core.util.MultiArrayOutputStream
-
- getDataTypeClass(String) - Static method in class org.teiid.core.types.DataTypeManager
-
Get data type class.
- getDataTypeName(Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- getDefaultPrecision(Class<?>) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
- getDefaultPrecision(String) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
- getDescription() - Method in class org.teiid.core.types.Transform
-
Get description.
- getDirectExecutor() - Static method in class org.teiid.core.util.ExecutorUtils
-
- getDisplayName() - Method in class org.teiid.core.types.Transform
-
Get nice display name for GUIs.
- getDoubleProperty(Properties, String, double) - Static method in class org.teiid.core.util.PropertiesUtils
-
- getEncodedKey() - Method in class org.teiid.core.crypto.SymmetricCryptor
-
- getEncoding() - Method in class org.teiid.core.types.XMLType
-
- getEncoding(SQLXML) - Static method in class org.teiid.core.types.XMLType
-
Returns the encoding or null if it cannot be determined
- getEncoding(InputStream) - Static method in class org.teiid.core.types.XMLType
-
- getFirstToken(String, String) - Static method in class org.teiid.core.util.StringUtil
-
Return the first token in the string.
- getFloatProperty(Properties, String, float) - Static method in class org.teiid.core.util.PropertiesUtils
-
- getGeoCache() - Method in class org.teiid.core.types.AbstractGeospatialType
-
Get the Object model representation of the geospatial value
- getHierarchicalProperty(String, String) - Static method in class org.teiid.core.util.PropertiesUtils
-
Search for the property first in the environment, then in the system properties
- getHierarchicalProperty(String, T, Class<T>) - Static method in class org.teiid.core.util.PropertiesUtils
-
Search for the property first in the environment, then in the system properties
- getImplicitConversions(String, Collection<String>) - Static method in class org.teiid.core.types.DataTypeManager
-
- getIndex() - Method in class org.teiid.core.util.MultiArrayOutputStream
-
- getInputStream() - Method in class org.teiid.core.types.InputStreamFactory.BlobInputStreamFactory
-
- getInputStream() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getInputStream() - Method in class org.teiid.core.types.InputStreamFactory.FileInputStreamFactory
-
- getInputStream() - Method in class org.teiid.core.types.InputStreamFactory
-
Get a new InputStream
- getInputStream() - Method in class org.teiid.core.types.InputStreamFactory.SQLXMLInputStreamFactory
-
- getInstance() - Static method in class org.teiid.core.util.ApplicationInfo
-
Get the application information instance for this VM.
- getIntProperty(Properties, String, int) - Static method in class org.teiid.core.util.PropertiesUtils
-
- getJavaClassName(int) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
This method is used to obtain a the java class name given an int value
indicating JDBC SQL type.
- getKeyword(String) - Static method in class org.teiid.core.util.SqlUtil
-
- getLastToken(String, String) - Static method in class org.teiid.core.util.StringUtil
-
Return the last token in the string.
- getLength() - Method in class org.teiid.core.types.BinaryType
-
- getLength() - Method in class org.teiid.core.types.InputStreamFactory.BlobInputStreamFactory
-
- getLength() - Method in class org.teiid.core.types.InputStreamFactory.FileInputStreamFactory
-
- getLength() - Method in class org.teiid.core.types.InputStreamFactory
-
- getLength() - Method in class org.teiid.core.types.Streamable
-
Returns the cached length.
- getLongProperty(Properties, String, long) - Static method in class org.teiid.core.util.PropertiesUtils
-
- getMajorReleaseVersion() - Method in class org.teiid.core.util.ApplicationInfo
-
- getMaxDisplaySize(Class<?>) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
- getMaxDisplaySize(String) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
- getMessage() - Method in exception org.teiid.core.TeiidException
-
- getMessage() - Method in exception org.teiid.core.TeiidRuntimeException
-
- getMinorReleaseVersion() - Method in class org.teiid.core.util.ApplicationInfo
-
- getMMTypeNames() - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
- getName() - Method in class org.teiid.core.types.InputStreamFactory.BlobInputStreamFactory
-
- getName() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getName() - Method in class org.teiid.core.types.InputStreamFactory.SQLXMLInputStreamFactory
-
- getOriginalType() - Method in exception org.teiid.core.TeiidException
-
- getOutputStream() - Method in class org.teiid.core.types.InputStreamFactory.BlobInputStreamFactory
-
- getOutputStream() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getOutputStream() - Method in class org.teiid.core.types.InputStreamFactory.SQLXMLInputStreamFactory
-
- getPosition() - Method in class org.teiid.core.util.AccessibleBufferedInputStream
-
- getReader(Reader) - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getReference() - Method in class org.teiid.core.types.Streamable
-
- getReferenceStreamId() - Method in class org.teiid.core.types.Streamable
-
- getReleaseNumber() - Method in class org.teiid.core.util.ApplicationInfo
-
- getResultSet() - Method in class org.teiid.core.types.ArrayImpl
-
- getResultSet(Map<String, Class<?>>) - Method in class org.teiid.core.types.ArrayImpl
-
- getResultSet(long, int) - Method in class org.teiid.core.types.ArrayImpl
-
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.teiid.core.types.ArrayImpl
-
- getRuntimeType(Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- getSource(Class<T>) - Method in class org.teiid.core.types.SQLXMLImpl
-
- getSource(Class<T>) - Method in class org.teiid.core.types.XMLType
-
- getSourceType() - Method in class org.teiid.core.types.basic.AnyToObjectTransform
-
- getSourceType() - Method in class org.teiid.core.types.basic.AnyToStringTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.BigDecimalToBigIntegerTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.BigIntegerToBigDecimalTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.BinaryToBlobTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.BlobToBinaryTransform
-
- getSourceType() - Method in class org.teiid.core.types.basic.BooleanToNumberTransform
-
- getSourceType() - Method in class org.teiid.core.types.basic.DateToTimestampTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.FixedNumberToBigDecimalTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.FixedNumberToBigIntegerTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.FloatingNumberToBigDecimalTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.FloatingNumberToBigIntegerTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.GeographyToGeometryTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.JsonToClobTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.NullToAnyTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.NumberToBooleanTransform
-
- getSourceType() - Method in class org.teiid.core.types.basic.NumberToNumberTransform
-
- getSourceType() - Method in class org.teiid.core.types.basic.ObjectToAnyTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToBigDecimalTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToBigIntegerTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToBooleanTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToByteTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToCharacterTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToClobTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToDateTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToDoubleTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToFloatTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToIntegerTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToJsonTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToLongTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToShortTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToSQLXMLTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToTimestampTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.StringToTimeTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.TimestampToDateTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.TimestampToTimeTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.basic.TimeToTimestampTransform
-
Type of the incoming value.
- getSourceType() - Method in class org.teiid.core.types.Transform
-
Type of the incoming value.
- getSourceTypeName() - Method in class org.teiid.core.types.Transform
-
Name of the source type.
- getSpaceLimit() - Method in class org.teiid.core.util.LRUCache
-
- getSQLType(String) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
This method is used to obtain a short indicating JDBC SQL type for any object.
- getSQLTypeFromClass(String) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
Get sql Type from java class type name.
- getSQLTypeFromRuntimeType(Class<?>) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
Get the sql type from the given runtime type
- getSrid() - Method in class org.teiid.core.types.AbstractGeospatialType
-
- getStackTrace(Throwable) - Static method in class org.teiid.core.util.StringUtil
-
- getStorageMode() - Method in class org.teiid.core.types.InputStreamFactory.BlobInputStreamFactory
-
- getStorageMode() - Method in class org.teiid.core.types.InputStreamFactory.ClobInputStreamFactory
-
- getStorageMode() - Method in class org.teiid.core.types.InputStreamFactory.FileInputStreamFactory
-
- getStorageMode() - Method in class org.teiid.core.types.InputStreamFactory
-
- getStorageMode(Object) - Static method in class org.teiid.core.types.InputStreamFactory
-
- getStorageMode() - Method in class org.teiid.core.types.InputStreamFactory.SQLXMLInputStreamFactory
-
- getStreamFactory() - Method in class org.teiid.core.types.BaseLob
-
- getString(String) - Method in class org.teiid.core.BundleUtil
-
Get the string identified by the given key and localized to the current locale.
- getString(String, List) - Method in class org.teiid.core.BundleUtil
-
Get the string identified by the given key and localized to the current locale, and replace placeholders in the localized
string with the string form of the parameters.
- getString(String, Object...) - Method in class org.teiid.core.BundleUtil
-
Get the string identified by the given key and localized to the current locale, and replace placeholders in the localized
string with the string form of the parameters.
- getString(Clob) - Static method in class org.teiid.core.types.BaseClobType
-
Utility method to convert to String
- getString() - Method in class org.teiid.core.types.SQLXMLImpl
-
- getString() - Method in class org.teiid.core.types.XMLTranslator
-
- getString() - Method in class org.teiid.core.types.XMLType
-
- getStringOrKey(String) - Method in class org.teiid.core.BundleUtil
-
- getSubString(long, int) - Method in class org.teiid.core.types.BaseClobType
-
- getSubString(long, int) - Method in class org.teiid.core.types.ClobImpl
-
- getSymmectricCryptor(boolean) - Static method in class org.teiid.core.crypto.SymmetricCryptor
-
Creates a new SymmetricCryptor with a new symmetric key
- getSymmectricCryptor(URL) - Static method in class org.teiid.core.crypto.SymmetricCryptor
-
Creates a SymmetricCryptor using the supplied URL contents as the key
- getSymmectricCryptor(byte[], boolean) - Static method in class org.teiid.core.crypto.SymmetricCryptor
-
Creates a SymmetricCryptor using the supplied byte array as the key
- getSymmectricCryptor(byte[], String, String, IvParameterSpec) - Static method in class org.teiid.core.crypto.SymmetricCryptor
-
- getSymmetricCryptor(byte[], boolean, ClassLoader, boolean, boolean) - Method in class org.teiid.core.crypto.DhKeyGenerator
-
- getSystemId() - Method in class org.teiid.core.types.InputStreamFactory
-
- getTargetType() - Method in class org.teiid.core.types.basic.AnyToObjectTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.AnyToStringTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.BigDecimalToBigIntegerTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.BigIntegerToBigDecimalTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.BinaryToBlobTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.BlobToBinaryTransform
-
- getTargetType() - Method in class org.teiid.core.types.basic.BooleanToNumberTransform
-
- getTargetType() - Method in class org.teiid.core.types.basic.DateToTimestampTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.FixedNumberToBigDecimalTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.FixedNumberToBigIntegerTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.FloatingNumberToBigDecimalTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.FloatingNumberToBigIntegerTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.GeographyToGeometryTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.JsonToClobTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NullToAnyTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToBooleanTransform
-
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToByteTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToDoubleTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToFloatTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToIntegerTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToLongTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.NumberToShortTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.ObjectToAnyTransform
-
- getTargetType() - Method in class org.teiid.core.types.basic.StringToBigDecimalTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToBigIntegerTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToBooleanTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToByteTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToCharacterTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToClobTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToDateTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToDoubleTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToFloatTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToIntegerTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToJsonTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToLongTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToShortTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToSQLXMLTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToTimestampTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.StringToTimeTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.TimestampToDateTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.TimestampToTimeTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.basic.TimeToTimestampTransform
-
Type of the outgoing value.
- getTargetType() - Method in class org.teiid.core.types.Transform
-
Type of the outgoing value.
- getTargetTypeName() - Method in class org.teiid.core.types.Transform
-
Name of the target type.
- getThreadLocalTransformerFactory() - Static method in class org.teiid.core.types.StandardXMLTranslator
-
- getTokens(String, String) - Static method in class org.teiid.core.util.StringUtil
-
Return the tokens in a string in a list.
- getTransform(Class<?>, Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
Get a data value transformation between the sourceType and the
targetType.
- getTransform(String, String) - Static method in class org.teiid.core.types.DataTypeManager
-
Get a data value transformation between the sourceType with given name
and the targetType of given name.
- getType() - Method in class org.teiid.core.types.ClobType
-
- getType() - Method in class org.teiid.core.types.XMLType
-
- getTypeCode(Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- getTypeName(int) - Static method in class org.teiid.core.types.JDBCSQLTypeInfo
-
- getUrl() - Method in class org.teiid.core.util.ApplicationInfo
-
- getValues() - Method in class org.teiid.core.types.ArrayImpl
-
- getXmlInputFactory() - Static method in class org.teiid.core.types.XMLType
-
- gs(String, Object...) - Method in class org.teiid.core.BundleUtil
-
- gs(BundleUtil.Event, Object...) - Method in class org.teiid.core.BundleUtil
-
- indexOfIgnoreCase(String, String) - Static method in class org.teiid.core.util.StringUtil
-
Returns the index within this string of the first occurrence of the
specified substring.
- INFORMATION_SCHEMA - Static variable in interface org.teiid.core.CoreConstants
-
- initDecryptCipher() - Method in class org.teiid.core.crypto.BasicCryptor
-
Initialize the ciphers used for encryption and decryption.
- initEncryptCipher() - Method in class org.teiid.core.crypto.BasicCryptor
-
Initialize the cipher used for encryption.
- InputStreamFactory - Class in org.teiid.core.types
-
- InputStreamFactory() - Constructor for class org.teiid.core.types.InputStreamFactory
-
- InputStreamFactory.BlobInputStreamFactory - Class in org.teiid.core.types
-
- InputStreamFactory.ClobInputStreamFactory - Class in org.teiid.core.types
-
- InputStreamFactory.FileInputStreamFactory - Class in org.teiid.core.types
-
- InputStreamFactory.SQLXMLInputStreamFactory - Class in org.teiid.core.types
-
- InputStreamFactory.StorageMode - Enum in org.teiid.core.types
-
- InputStreamFactory.StreamFactoryReference - Interface in org.teiid.core.types
-
- InputStreamReader - Class in org.teiid.core.util
-
Replacement for the standard
InputStreamReader
,
which suffers from a
bug in sun.nio.cs.StreamDecoder
- InputStreamReader(InputStream, CharsetDecoder) - Constructor for class org.teiid.core.util.InputStreamReader
-
- InputStreamReader(InputStream, CharsetDecoder, int) - Constructor for class org.teiid.core.util.InputStreamReader
-
- INSTANCE - Static variable in class org.teiid.core.types.basic.AnyToObjectTransform
-
- INSTANCE - Static variable in class org.teiid.core.types.basic.NullToAnyTransform
-
- INSTANCE - Static variable in class org.teiid.core.types.basic.ObjectToAnyTransform
-
- INTEGER - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- INTEGER - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- INTEGER - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- InvalidPropertyException(BundleUtil.Event, String, Object, Class<?>, Throwable) - Constructor for exception org.teiid.core.util.PropertiesUtils.InvalidPropertyException
-
- invoke(Object, Method, Object[]) - Method in class org.teiid.core.util.MixinProxy
-
- isArrayType(String) - Static method in class org.teiid.core.types.DataTypeManager
-
- isBinary() - Method in class org.teiid.core.types.Streamable
-
- isDigit(char) - Static method in class org.teiid.core.util.StringUtil
-
- isEmpty() - Method in class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- isEmpty(String) - Static method in class org.teiid.core.util.StringUtil
-
Returns whether the specified text is either empty or null.
- isExplicit() - Method in class org.teiid.core.types.basic.BigDecimalToBigIntegerTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.BlobToBinaryTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.ClobToStringTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.FloatingNumberToBigIntegerTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.GeographyToGeometryTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.JsonToClobTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToBooleanTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToByteTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToDoubleTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToFloatTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToIntegerTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToLongTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.NumberToShortTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.ObjectToAnyTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.SQLXMLToStringTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToBigDecimalTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToBigIntegerTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToBooleanTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToByteTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToCharacterTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToDateTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToDoubleTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToFloatTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToIntegerTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToJsonTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToLongTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToShortTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToSQLXMLTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToTimestampTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.StringToTimeTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.TimestampToDateTransform
-
- isExplicit() - Method in class org.teiid.core.types.basic.TimestampToTimeTransform
-
- isExplicit() - Method in class org.teiid.core.types.Transform
-
- isExplicitConversion(String, String) - Static method in class org.teiid.core.types.DataTypeManager
-
- isHashable(Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- isImplicitConversion(String, String) - Static method in class org.teiid.core.types.DataTypeManager
-
- isInstanceOf(Class, Object) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the object is an instance of the specified Class
- isInstanceOf(Class, Object, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the object is an instance of the specified Class
- isInstanceOf(Object, Class<T>, String) - Static method in class org.teiid.core.util.Assertion
-
Verifies that the specified value is an instance of the specified class.
- isLetter(char) - Static method in class org.teiid.core.util.StringUtil
-
- isLetterOrDigit(char) - Static method in class org.teiid.core.util.StringUtil
-
- isLOB(Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
Is the supplied class type a LOB based data type?
- isLOB(String) - Static method in class org.teiid.core.types.DataTypeManager
-
- isNegative(int) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is negative (<0).
- isNegative(int, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is negative (<0).
- isNegative(long) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is negative (<0).
- isNegative(long, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is negative (<0).
- isNonComparable(String) - Static method in class org.teiid.core.types.DataTypeManager
-
- isNonNegative(int) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-negative (>=0).
- isNonNegative(int, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-negative (>=0).
- isNonNegative(long) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-negative (>=0).
- isNonNegative(long, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-negative (>=0).
- isNonPositive(int) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-positive (<=0).
- isNonPositive(int, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-positive (<=0).
- isNonPositive(long) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-positive (<=0).
- isNonPositive(long, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is non-positive (<=0).
- isNotEmpty(Collection) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the collection is not empty
- isNotEmpty(Collection, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the collection is not empty
- isNotEmpty(Map) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the map is not empty
- isNotEmpty(Map, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the map is not empty
- isNotEmpty(Object[]) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the array is not empty
- isNotEmpty(Object[], String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the array is not empty
- isNotEmpty(String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the string is not empty
- isNotEmpty(String, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the string is not empty
- isNotNull(Object) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the object is non-null
- isNotNull(Object, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the object is non-null
- isNotNull(Object) - Static method in class org.teiid.core.util.Assertion
-
- isNotNull(Object, String) - Static method in class org.teiid.core.util.Assertion
-
- isNotSame(Object, String, Object, String) - Static method in class org.teiid.core.util.ArgCheck
-
Asserts that the specified first object is not the same as (==) the specified second object.
- isNotZeroLength(String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the string is non-null and has length > 0
- isNotZeroLength(String, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the string is non-null and has length > 0
- isNull(Object) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the object is null
- isNull(Object, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the object is null
- isNull(Object) - Static method in class org.teiid.core.util.Assertion
-
- isNull(Object, String) - Static method in class org.teiid.core.util.Assertion
-
- ISO8601_WEEK - Static variable in class org.teiid.core.util.TimestampWithTimezone
-
- ISO8601_WEEK_PROP - Static variable in class org.teiid.core.util.TimestampWithTimezone
-
- isPositive(int) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is positive (>0).
- isPositive(int, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is positive (>0).
- isPositive(long) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is positive (>0).
- isPositive(long, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the value is positive (>0).
- isThreadSafeXmlFactories() - Static method in class org.teiid.core.types.XMLType
-
- isTransformable(Class<?>, Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
Does a transformation exist between the source and target type?
- isTransformable(String, String) - Static method in class org.teiid.core.types.DataTypeManager
-
Does a transformation exist between the source and target type of given
names? The Class for source and target type are not needed to do this
lookup.
- isTrue(boolean, String) - Static method in class org.teiid.core.util.ArgCheck
-
Check that the boolean condition is true; throw an
IllegalArgumentException if not.
- isUpdateSql(String) - Static method in class org.teiid.core.util.SqlUtil
-
Determines whether a sql statement is an update (INSERT, UPDATE, or DELETE).
- isValueCacheEnabled() - Static method in class org.teiid.core.types.DataTypeManager
-
- isXml(Reader) - Static method in class org.teiid.core.types.basic.StringToSQLXMLTransform
-
- isZeroBased() - Method in class org.teiid.core.types.ArrayImpl
-
- TeiidComponentException - Exception in org.teiid.core
-
Exception which occurs if an error occurs within the server that is not
business-related.
- TeiidComponentException() - Constructor for exception org.teiid.core.TeiidComponentException
-
- TeiidComponentException(String) - Constructor for exception org.teiid.core.TeiidComponentException
-
Construct an instance with the message specified.
- TeiidComponentException(Throwable) - Constructor for exception org.teiid.core.TeiidComponentException
-
Construct an instance with a linked exception specified.
- TeiidComponentException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.TeiidComponentException
-
- TeiidComponentException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.TeiidComponentException
-
- TeiidComponentException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.core.TeiidComponentException
-
- TeiidComponentException(Throwable, String) - Constructor for exception org.teiid.core.TeiidComponentException
-
- TeiidException - Exception in org.teiid.core
-
Exception which occurs if an error occurs within the server that is not
business-related.
- TeiidException() - Constructor for exception org.teiid.core.TeiidException
-
- TeiidException(String) - Constructor for exception org.teiid.core.TeiidException
-
- TeiidException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.TeiidException
-
- TeiidException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.TeiidException
-
- TeiidException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.core.TeiidException
-
- TeiidException(Throwable) - Constructor for exception org.teiid.core.TeiidException
-
- TeiidException(Throwable, String) - Constructor for exception org.teiid.core.TeiidException
-
- TeiidProcessingException - Exception in org.teiid.core
-
This exception is a superclass for exceptions that are thrown during
processing as a result of user input.
- TeiidProcessingException() - Constructor for exception org.teiid.core.TeiidProcessingException
-
No-arg Constructor
- TeiidProcessingException(String) - Constructor for exception org.teiid.core.TeiidProcessingException
-
Construct an instance with the message specified.
- TeiidProcessingException(Throwable) - Constructor for exception org.teiid.core.TeiidProcessingException
-
Construct an instance with a linked exception specified.
- TeiidProcessingException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.TeiidProcessingException
-
Construct an instance with the message and error code specified.
- TeiidProcessingException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.TeiidProcessingException
-
- TeiidProcessingException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.core.TeiidProcessingException
-
- TeiidProcessingException(Throwable, String) - Constructor for exception org.teiid.core.TeiidProcessingException
-
Construct an instance from a message and an exception to chain to this one.
- TeiidRuntimeException - Exception in org.teiid.core
-
A generic runtime exception which contains a reference to another exception
and which represents a condition that should never occur during runtime.
- TeiidRuntimeException() - Constructor for exception org.teiid.core.TeiidRuntimeException
-
Construct a default instance of this class.
- TeiidRuntimeException(String) - Constructor for exception org.teiid.core.TeiidRuntimeException
-
Construct an instance with the specified error message.
- TeiidRuntimeException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.TeiidRuntimeException
-
- TeiidRuntimeException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.core.TeiidRuntimeException
-
- TeiidRuntimeException(Throwable) - Constructor for exception org.teiid.core.TeiidRuntimeException
-
Construct an instance with a linked exception specified.
- TeiidRuntimeException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.TeiidRuntimeException
-
Construct an instance with the linked exception, error code, and error message specified.
- TIME - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- TIME - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- TIME - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- TIMESTAMP - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataClasses
-
- TIMESTAMP - Static variable in class org.teiid.core.types.DataTypeManager.DefaultDataTypes
-
- TIMESTAMP - Static variable in class org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- TimestampToDateTransform - Class in org.teiid.core.types.basic
-
- TimestampToDateTransform() - Constructor for class org.teiid.core.types.basic.TimestampToDateTransform
-
- TimestampToTimeTransform - Class in org.teiid.core.types.basic
-
- TimestampToTimeTransform() - Constructor for class org.teiid.core.types.basic.TimestampToTimeTransform
-
- TimestampWithTimezone - Class in org.teiid.core.util
-
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.
- TimestampWithTimezone() - Constructor for class org.teiid.core.util.TimestampWithTimezone
-
- TimeToTimestampTransform - Class in org.teiid.core.types.basic
-
- TimeToTimestampTransform() - Constructor for class org.teiid.core.types.basic.TimeToTimestampTransform
-
- TINYINT - Static variable in class org.teiid.core.types.DataTypeManager.DataTypeAliases
-
- toBlob() - Method in class org.teiid.core.types.BinaryType
-
- toHex(int) - Static method in class org.teiid.core.util.PropertiesUtils
-
Convert a nibble to a hex character
- toHex(byte[]) - Static method in class org.teiid.core.util.PropertiesUtils
-
- toHex(StringBuilder, InputStream) - Static method in class org.teiid.core.util.PropertiesUtils
-
- tokenize(String, char) - Static method in class org.teiid.core.util.StringUtil
-
- toString() - Method in class org.teiid.core.types.ArrayImpl
-
- toString() - Method in class org.teiid.core.types.BinaryType
-
Returns the hex string representing the binary value.
- toString() - Method in class org.teiid.core.types.Streamable
-
- toString() - Method in class org.teiid.core.types.Transform
-
Override Object.toString() to do getDisplayName() version.
- toString() - Method in class org.teiid.core.util.CopyOnWriteLinkedHashMap
-
- toString(Object[], String) - Static method in class org.teiid.core.util.StringUtil
-
Return a stringified version of the array.
- toString(Object[], String, boolean) - Static method in class org.teiid.core.util.StringUtil
-
Return a stringified version of the array.
- toString(Object[]) - Static method in class org.teiid.core.util.StringUtil
-
Return a stringified version of the array, using a ',' as a delimiter
- transform(Object, Class<?>) - Method in class org.teiid.core.types.basic.ObjectToAnyTransform
-
- Transform - Class in org.teiid.core.types
-
This interface represents the transformation from one data type to
another.
- Transform() - Constructor for class org.teiid.core.types.Transform
-
- transform(Object, Class<?>) - Method in class org.teiid.core.types.Transform
-
This method transforms a value of the source type into a value
of the target type.
- TransformationException - Exception in org.teiid.core.types
-
The exception is thrown when an error occurs during data transformation,
typically a formatting error or an invalid input type.
- TransformationException() - Constructor for exception org.teiid.core.types.TransformationException
-
No-Arg Constructor
- TransformationException(String) - Constructor for exception org.teiid.core.types.TransformationException
-
Construct an instance with the message specified.
- TransformationException(Throwable) - Constructor for exception org.teiid.core.types.TransformationException
-
- TransformationException(Throwable, String) - Constructor for exception org.teiid.core.types.TransformationException
-
Construct an instance from a message and an exception to chain to this one.
- TransformationException(BundleUtil.Event, String) - Constructor for exception org.teiid.core.types.TransformationException
-
- TransformationException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.core.types.TransformationException
-
- transformDirect(Object) - Method in class org.teiid.core.types.basic.AnyToObjectTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.AnyToStringTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.BigDecimalToBigIntegerTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.BigIntegerToBigDecimalTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.BinaryToBlobTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.BlobToBinaryTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.BooleanToNumberTransform
-
- transformDirect(Object) - Method in class org.teiid.core.types.basic.ClobToStringTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.DateToTimestampTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.FixedNumberToBigDecimalTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.FixedNumberToBigIntegerTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.FloatingNumberToBigDecimalTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.FloatingNumberToBigIntegerTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.GeographyToGeometryTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.JsonToClobTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NullToAnyTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToBooleanTransform
-
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToByteTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToDoubleTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToFloatTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToIntegerTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToLongTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.NumberToShortTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.ObjectToAnyTransform
-
- transformDirect(Object) - Method in class org.teiid.core.types.basic.SQLXMLToStringTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToBigDecimalTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToBigIntegerTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToBooleanTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToByteTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToCharacterTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToClobTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToDateTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToDoubleTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToFloatTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToIntegerTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToJsonTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToLongTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToShortTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToSQLXMLTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToTimestampTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.StringToTimeTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.TimestampToDateTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.TimestampToTimeTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.basic.TimeToTimestampTransform
-
This method transforms a value of the source type into a value
of the target type.
- transformDirect(Object) - Method in class org.teiid.core.types.Transform
-
- transformValue(Object, Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- transformValue(Object, Class<?>, Class<?>) - Static method in class org.teiid.core.types.DataTypeManager
-
- translate(Writer) - Method in class org.teiid.core.types.StandardXMLTranslator
-
- translate(Writer) - Method in class org.teiid.core.types.XMLTranslator
-
- truncate(long) - Method in class org.teiid.core.types.BaseClobType
-
- truncate(long) - Method in class org.teiid.core.types.BlobImpl
-
- truncate(long) - Method in class org.teiid.core.types.BlobType
-
- truncate(long) - Method in class org.teiid.core.types.ClobImpl
-
- TypeInfo(int, int, String, String, int[]) - Constructor for class org.teiid.core.types.JDBCSQLTypeInfo.TypeInfo
-