Serialized Form
-
Package org.teiid.api.exception.query
-
Class org.teiid.api.exception.query.ExpressionEvaluationException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- 4955469005442543688L
-
Class org.teiid.api.exception.query.FunctionExecutionException extends ExpressionEvaluationException implements Serializable
- serialVersionUID:
- -4421419169341759699L
-
Class org.teiid.api.exception.query.FunctionMetadataException extends QueryProcessingException implements Serializable
- serialVersionUID:
- -3315048240596850619L
-
Class org.teiid.api.exception.query.InvalidFunctionException extends ExpressionEvaluationException implements Serializable
- serialVersionUID:
- -1743553921704505430L
-
Class org.teiid.api.exception.query.QueryMetadataException extends TeiidComponentException implements Serializable
- serialVersionUID:
- -2109331443434830452L
-
Class org.teiid.api.exception.query.QueryParserException extends QueryProcessingException implements Serializable
- serialVersionUID:
- 7565287582917117432L
-
Serialized Fields
-
parseException
ParseException parseException
-
-
Class org.teiid.api.exception.query.QueryPlannerException extends QueryProcessingException implements Serializable
- serialVersionUID:
- -4209763837004780184L
-
Class org.teiid.api.exception.query.QueryProcessingException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- -1976946369356781737L
-
Class org.teiid.api.exception.query.QueryResolverException extends QueryProcessingException implements Serializable
- serialVersionUID:
- 752912934870580744L
-
Class org.teiid.api.exception.query.QueryValidatorException extends QueryProcessingException implements Serializable
- serialVersionUID:
- 7003393883967513820L
-
Class org.teiid.api.exception.query.UnresolvedSymbolDescription extends Object implements Serializable
-
-
Package org.teiid.common.buffer
-
Class org.teiid.common.buffer.BlockedException extends TeiidComponentException implements Serializable
-
-
Package org.teiid.common.buffer.impl
-
Class org.teiid.common.buffer.impl.OutOfDiskException extends IOException implements Serializable
- serialVersionUID:
- -1332091322315668612L
-
-
Package org.teiid.dqp.internal.datamgr
-
Class org.teiid.dqp.internal.datamgr.ConnectorManagerRepository extends Object implements Serializable
- serialVersionUID:
- -1611063218178314458L
-
Serialized Fields
-
provider
ConnectorManagerRepository.ExecutionFactoryProvider provider
-
repo
Map<String,ConnectorManager> repo
-
shared
boolean shared
-
-
Class org.teiid.dqp.internal.datamgr.ConnectorManagerRepository.ConnectorManagerException extends TeiidException implements Serializable
-
Class org.teiid.dqp.internal.datamgr.TranslatorRepository extends Object implements Serializable
- serialVersionUID:
- -1212280886010974273L
-
Serialized Fields
-
translatorRepo
Map<String,VDBTranslatorMetaData> translatorRepo
-
-
-
Package org.teiid.dqp.internal.process
-
Class org.teiid.dqp.internal.process.AccessInfo extends Object implements Serializable
- serialVersionUID:
- -2608267960584191359L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.teiid.dqp.internal.process.CachedResults extends Object implements Serializable
- serialVersionUID:
- -5603182134635082207L
-
Serialized Fields
-
accessInfo
AccessInfo accessInfo
-
hasLobs
boolean hasLobs
-
rowLimit
int rowLimit
-
uuid
String uuid
-
-
Class org.teiid.dqp.internal.process.DQPWorkContext extends Object implements Serializable
- serialVersionUID:
- -6389893410233192977L
-
Serialized Fields
-
admin
boolean admin
-
clientAddress
String clientAddress
-
clientHostname
String clientHostname
-
clientVersion
DQPWorkContext.Version clientVersion
-
derived
boolean derived
-
local
boolean local
-
metadataFactory
MetadataFactory metadataFactory
-
policies
HashMap<String,DataPolicy> policies
-
securityHelper
SecurityHelper securityHelper
-
session
SessionMetadata session
-
useCallingThread
boolean useCallingThread
-
-
Class org.teiid.dqp.internal.process.SessionAwareCache.CacheID extends Object implements Serializable
- serialVersionUID:
- 8261905111156764744L
-
-
Package org.teiid.dqp.internal.process.multisource
-
Class org.teiid.dqp.internal.process.multisource.MultiSourceElement extends Column implements Serializable
- serialVersionUID:
- 5275578893617706914L
-
-
Package org.teiid.dqp.message
-
Class org.teiid.dqp.message.AtomicRequestID extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.teiid.dqp.message.RequestID extends Object implements Serializable
- serialVersionUID:
- -2888539138291776071L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Package org.teiid.dqp.service
-
Class org.teiid.dqp.service.SessionServiceException extends TeiidSecurityException implements Serializable
- serialVersionUID:
- 7354291430587008894L
-
Class org.teiid.dqp.service.TransactionContext extends Object implements Serializable
- serialVersionUID:
- -8689401273499649058L
-
Serialized Fields
-
creationTime
long creationTime
-
isolationLevel
int isolationLevel
-
suspendedBy
Set<String> suspendedBy
-
threadId
String threadId
-
transaction
Transaction transaction
-
transactionType
TransactionContext.Scope transactionType
-
xid
Xid xid
-
-
-
Package org.teiid.json.simple
-
Class org.teiid.json.simple.ParseException extends Exception implements Serializable
- serialVersionUID:
- -7880698968187728548L
-
Serialized Fields
-
errorType
int errorType
-
position
int position
-
unexpectedObject
Object unexpectedObject
-
-
-
Package org.teiid.query.function
-
Class org.teiid.query.function.FunctionDescriptor extends Object implements Serializable
- serialVersionUID:
- 5374103983118037242L
-
Serialized Fields
-
calledWithVarArgArrayParam
boolean calledWithVarArgArrayParam
-
classLoader
ClassLoader classLoader
-
hasWrappedArgs
boolean hasWrappedArgs
-
method
FunctionMethod method
-
procedure
Procedure procedure
-
requiresContext
boolean requiresContext
-
returnType
Class<?> returnType
-
schema
String schema
-
types
Class<?>[] types
-
-
-
Package org.teiid.query.function.metadata
-
Class org.teiid.query.function.metadata.InvalidFunctionItem extends ValidatorFailure implements Serializable
- serialVersionUID:
- 5679334286895174700L
-
Serialized Fields
-
method
FunctionMethod method
-
-
-
Package org.teiid.query.metadata
-
Class org.teiid.query.metadata.CompositeMetadataStore extends MetadataStore implements Serializable
- serialVersionUID:
- 6868525815774998010L
-
Serialized Fields
-
oidId
int oidId
-
oids
TreeMap<String,CompositeMetadataStore.RecordHolder> oids
-
-
Class org.teiid.query.metadata.GroupInfo extends Object implements Serializable
- serialVersionUID:
- 5724520038004637086L
-
Serialized Fields
-
idToSymbolMap
Map<Object,ElementSymbol> idToSymbolMap
-
shortNameToSymbolMap
Map<String,ElementSymbol> shortNameToSymbolMap
-
symbolList
List<ElementSymbol> symbolList
-
-
Class org.teiid.query.metadata.StoredProcedureInfo extends Object implements Serializable
-
Class org.teiid.query.metadata.TempMetadataID extends Object implements Serializable
- serialVersionUID:
- -1879211827339120135L
-
Serialized Fields
-
autoIncrement
boolean autoIncrement
-
data
TempMetadataID.TableData data
-
ID
String ID
-
metadataType
TempMetadataID.Type metadataType
-
name
String name
-
notNull
boolean notNull
-
originalMetadataID
Object originalMetadataID
-
position
int position
-
type
Class<?> type
-
updatable
boolean updatable
-
-
Class org.teiid.query.metadata.TempMetadataStore extends Object implements Serializable
- serialVersionUID:
- 4055072385672022478L
-
Serialized Fields
-
tempGroups
NavigableMap<String,TempMetadataID> tempGroups
-
-
Class org.teiid.query.metadata.TransformationMetadata extends BasicQueryMetadata implements Serializable
- serialVersionUID:
- 1058627332954475287L
-
Serialized Fields
-
allowedLanguages
Set<String> allowedLanguages
-
allowEnv
boolean allowEnv
-
designTime
boolean designTime
-
functionLibrary
FunctionLibrary functionLibrary
-
groupInfoCache
Map<String,Object> groupInfoCache
-
hiddenQualified
boolean hiddenQualified
-
hiddenResolvable
boolean hiddenResolvable
-
importedModels
Set<String> importedModels
-
longRanks
boolean longRanks
-
metadataCache
Map<String,Object> metadataCache
-
partialNameToFullNameCache
Map<String,Collection<Table>> partialNameToFullNameCache
-
policies
Map<String,DataPolicyMetadata> policies
-
procedureCache
Map<String,Collection<StoredProcedureInfo>> procedureCache
-
scriptEngineFactories
Map<String,ScriptEngineFactory> scriptEngineFactories
-
scriptEngineManager
ScriptEngineManager scriptEngineManager
-
store
CompositeMetadataStore store
-
useOutputNames
boolean useOutputNames
-
vdbEntries
Map<String,VDBResources.Resource> vdbEntries
-
vdbMetaData
VDBMetaData vdbMetaData
-
visibleFunctionLibrary
FunctionLibrary visibleFunctionLibrary
-
widenComparisonToString
boolean widenComparisonToString
-
-
-
Package org.teiid.query.optimizer.capabilities
-
Class org.teiid.query.optimizer.capabilities.BasicSourceCapabilities extends Object implements Serializable
- serialVersionUID:
- -1779069588746365579L
-
Serialized Fields
-
capabilityMap
Map<SourceCapabilities.Capability,Boolean> capabilityMap
-
functionMap
Map<String,Boolean> functionMap
-
propertyMap
Map<SourceCapabilities.Capability,Object> propertyMap
-
translator
ExecutionFactory<?,?> translator
-
-
-
Package org.teiid.query.parser
-
Class org.teiid.query.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.teiid.query.parser.ParseInfo extends Object implements Serializable
- serialVersionUID:
- -7323683731955992888L
-
Serialized Fields
-
ansiQuotedIdentifiers
boolean ansiQuotedIdentifiers
-
backslashDefaultMatchEscape
boolean backslashDefaultMatchEscape
-
referenceCount
int referenceCount
-
-
Class org.teiid.query.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.teiid.query.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.teiid.query.processor
-
Class org.teiid.query.processor.QueryProcessor.ExpiredTimeSliceException extends BlockedException implements Serializable
- serialVersionUID:
- 4585044674826578060L
-
-
Package org.teiid.query.report
-
Class org.teiid.query.report.ActivityReport extends Object implements Serializable
-
Serialized Fields
-
items
Collection<R extends ReportItem> items
Holder for report items. Holds collection ofReportItem
s. -
reportType
String reportType
Type of report
-
-
-
Class org.teiid.query.report.ReportItem extends Object implements Serializable
-
-
Package org.teiid.query.sql.lang
-
Class org.teiid.query.sql.lang.CacheHint extends CacheDirective implements Serializable
- serialVersionUID:
- -4119606289701982511L
-
Serialized Fields
-
minRows
Long minRows
-
-
-
Package org.teiid.query.validator
-
Class org.teiid.query.validator.ValidatorFailure extends ReportItem implements Serializable
-
Serialized Fields
-
status
ValidatorFailure.Status status
-
-
-
Class org.teiid.query.validator.ValidatorReport extends ActivityReport<ValidatorFailure> implements Serializable
-
-
Package org.teiid.security
-
Class org.teiid.security.Credentials extends Object implements Serializable
- serialVersionUID:
- 7453114713211221240L
-
Serialized Fields
-
credentials
String credentials
-
-
-
Package org.teiid.vdb.runtime
-
Class org.teiid.vdb.runtime.VDBKey extends Object implements Serializable
- serialVersionUID:
- -7249750823144856081L
-