Skip navigation links
Engine 9.2.0.Final
A C E F G I J O P Q R S T U V Y 

A

addUnresolvedSymbol(UnresolvedSymbolDescription) - Method in exception org.teiid.api.exception.query.QueryResolverException
Add an UnresolvedSymbolDescription to the list of unresolved symbols

C

ContentHandler - Interface in org.teiid.json.simple
A simplified and stoppable SAX-like content handler for stream processing of JSON text.

E

endArray() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the end of a JSON array.
endArray() - Method in class org.teiid.json.simple.SimpleContentHandler
 
endJSON() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the end of JSON processing.
endJSON() - Method in class org.teiid.json.simple.SimpleContentHandler
 
endObject() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the end of a JSON object.
endObject() - Method in class org.teiid.json.simple.SimpleContentHandler
 
endObjectEntry() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the end of the value of previous object entry.
endObjectEntry() - Method in class org.teiid.json.simple.SimpleContentHandler
 
ERROR_UNEXPECTED_CHAR - Static variable in exception org.teiid.json.simple.ParseException
 
ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.teiid.json.simple.ParseException
 
ERROR_UNEXPECTED_TOKEN - Static variable in exception org.teiid.json.simple.ParseException
 
escape(CharSequence, Writer) - Static method in class org.teiid.json.simple.JSONParser
Modified from JSONValue
ExpressionEvaluationException - Exception in org.teiid.api.exception.query
This exception is thrown when an error occurs while evaluating a SQL expression.
ExpressionEvaluationException() - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
No-arg constructor required by Externalizable semantics.
ExpressionEvaluationException(String) - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
Construct an instance with the message specified.
ExpressionEvaluationException(Throwable) - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
 
ExpressionEvaluationException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
Construct an instance from a message and an exception to chain to this one.
ExpressionEvaluationException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
 
ExpressionEvaluationException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
 
ExpressionEvaluationException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.ExpressionEvaluationException
 

F

FunctionExecutionException - Exception in org.teiid.api.exception.query
During processing, an invalid function was detected.
FunctionExecutionException() - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
No-arg constructor required by Externalizable semantics.
FunctionExecutionException(String) - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
Construct an instance with the message specified.
FunctionExecutionException(Throwable) - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
 
FunctionExecutionException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
Construct an instance from a message and an exception to chain to this one.
FunctionExecutionException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
 
FunctionExecutionException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
 
FunctionExecutionException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.FunctionExecutionException
 
FunctionMetadataException - Exception in org.teiid.api.exception.query
Detected invalid function metadata during validation.
FunctionMetadataException() - Constructor for exception org.teiid.api.exception.query.FunctionMetadataException
No-arg constructor required by Externalizable semantics.
FunctionMetadataException(String) - Constructor for exception org.teiid.api.exception.query.FunctionMetadataException
Construct an instance with the message specified.
FunctionMetadataException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.FunctionMetadataException
Construct an instance from a message and an exception to chain to this one.
FunctionMetadataException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.FunctionMetadataException
 
FunctionMetadataException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.FunctionMetadataException
 
FunctionMetadataException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.FunctionMetadataException
 

G

getDescription() - Method in class org.teiid.api.exception.query.UnresolvedSymbolDescription
Get the description of the problem
getErrorType() - Method in exception org.teiid.json.simple.ParseException
 
getParseException() - Method in exception org.teiid.api.exception.query.QueryParserException
 
getPosition() - Method in class org.teiid.json.simple.JSONParser
 
getPosition() - Method in exception org.teiid.json.simple.ParseException
 
getResult() - Method in class org.teiid.json.simple.SimpleContentHandler
 
getSymbol() - Method in class org.teiid.api.exception.query.UnresolvedSymbolDescription
Get the symbol that was unresolved
getUnexpectedObject() - Method in exception org.teiid.json.simple.ParseException
 
getUnresolvedSymbols() - Method in exception org.teiid.api.exception.query.QueryResolverException
Set the list of unresolved symbols during QueryResolution

I

InvalidFunctionException - Exception in org.teiid.api.exception.query
During processing, an invalid function was detected.
InvalidFunctionException() - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
No-arg constructor required by Externalizable semantics.
InvalidFunctionException(String) - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
Construct an instance with the message specified.
InvalidFunctionException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
Construct an instance from a message and an exception to chain to this one.
InvalidFunctionException(BundleUtil.Event) - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
 
InvalidFunctionException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
 
InvalidFunctionException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
 
InvalidFunctionException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.InvalidFunctionException
 

J

JSONParser - Class in org.teiid.json.simple
Parser for JSON text.
JSONParser() - Constructor for class org.teiid.json.simple.JSONParser
 

O

org.teiid.api.exception.query - package org.teiid.api.exception.query
 
org.teiid.json.simple - package org.teiid.json.simple
 

P

parse(String, ContentHandler) - Method in class org.teiid.json.simple.JSONParser
 
parse(String, ContentHandler, boolean) - Method in class org.teiid.json.simple.JSONParser
 
parse(Reader, ContentHandler) - Method in class org.teiid.json.simple.JSONParser
 
parse(Reader, ContentHandler, boolean) - Method in class org.teiid.json.simple.JSONParser
Stream processing of JSON text.
ParseException - Exception in org.teiid.json.simple
ParseException explains why and where the error occurs in source JSON text.
ParseException(int) - Constructor for exception org.teiid.json.simple.ParseException
 
ParseException(int, Object) - Constructor for exception org.teiid.json.simple.ParseException
 
ParseException(int, int, Object) - Constructor for exception org.teiid.json.simple.ParseException
 
primitive(Object) - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the JSON primitive values: java.lang.String, java.lang.Number, java.lang.Boolean null
primitive(Object) - Method in class org.teiid.json.simple.SimpleContentHandler
 

Q

QueryMetadataException - Exception in org.teiid.api.exception.query
This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryMetadataException() - Constructor for exception org.teiid.api.exception.query.QueryMetadataException
No-arg constructor required by Externalizable semantics.
QueryMetadataException(String) - Constructor for exception org.teiid.api.exception.query.QueryMetadataException
Construct an instance with the message specified.
QueryMetadataException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryMetadataException
Construct an instance from a message and an exception to chain to this one.
QueryMetadataException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryMetadataException
 
QueryMetadataException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.QueryMetadataException
 
QueryMetadataException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.QueryMetadataException
 
QueryParserException - Exception in org.teiid.api.exception.query
Thrown when a query cannot be parsed.
QueryParserException() - Constructor for exception org.teiid.api.exception.query.QueryParserException
No-arg constructor required by Externalizable semantics.
QueryParserException(String) - Constructor for exception org.teiid.api.exception.query.QueryParserException
Construct an instance with the message specified.
QueryParserException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryParserException
Construct an instance from a message and an exception to chain to this one.
QueryParserException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.QueryParserException
 
QueryParserException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryParserException
 
QueryParserException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.QueryParserException
 
QueryPlannerException - Exception in org.teiid.api.exception.query
This exception is thrown when an error occurs while planning the query.
QueryPlannerException() - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
No-arg constructor required by Externalizable semantics.
QueryPlannerException(String) - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
Construct an instance with the message specified.
QueryPlannerException(Throwable) - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
 
QueryPlannerException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
Construct an instance from a message and an exception to chain to this one.
QueryPlannerException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
 
QueryPlannerException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
 
QueryPlannerException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.QueryPlannerException
 
QueryProcessingException - Exception in org.teiid.api.exception.query
This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryProcessingException() - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
No-arg constructor required by Externalizable semantics.
QueryProcessingException(String) - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
Construct an instance with the message specified.
QueryProcessingException(Throwable) - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
 
QueryProcessingException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
Construct an instance from a message and an exception to chain to this one.
QueryProcessingException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
 
QueryProcessingException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
 
QueryProcessingException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.QueryProcessingException
 
QueryResolverException - Exception in org.teiid.api.exception.query
This exception represents the case where the query submitted could not resolved when it is checked against the metadata
QueryResolverException() - Constructor for exception org.teiid.api.exception.query.QueryResolverException
No-arg constructor required by Externalizable semantics.
QueryResolverException(String) - Constructor for exception org.teiid.api.exception.query.QueryResolverException
Construct an instance with the message specified.
QueryResolverException(Throwable) - Constructor for exception org.teiid.api.exception.query.QueryResolverException
 
QueryResolverException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryResolverException
Construct an instance from a message and an exception to chain to this one.
QueryResolverException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.QueryResolverException
 
QueryResolverException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryResolverException
 
QueryResolverException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.QueryResolverException
 
QueryValidatorException - Exception in org.teiid.api.exception.query
This exception is thrown if an error is discovered while validating the query.
QueryValidatorException() - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
No-arg constructor required by Externalizable semantics.
QueryValidatorException(String) - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
Construct an instance with the message specified.
QueryValidatorException(Throwable) - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
 
QueryValidatorException(Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
Construct an instance from a message and an exception to chain to this one.
QueryValidatorException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
 
QueryValidatorException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
 
QueryValidatorException(BundleUtil.Event, String) - Constructor for exception org.teiid.api.exception.query.QueryValidatorException
 

R

reset() - Method in class org.teiid.json.simple.JSONParser
Reset the parser to the initial state without resetting the underlying reader.
reset(Reader) - Method in class org.teiid.json.simple.JSONParser
Reset the parser to the initial state with a new character reader.

S

S_END - Static variable in class org.teiid.json.simple.JSONParser
 
S_IN_ARRAY - Static variable in class org.teiid.json.simple.JSONParser
 
S_IN_ERROR - Static variable in class org.teiid.json.simple.JSONParser
 
S_IN_FINISHED_VALUE - Static variable in class org.teiid.json.simple.JSONParser
 
S_IN_OBJECT - Static variable in class org.teiid.json.simple.JSONParser
 
S_IN_PAIR_VALUE - Static variable in class org.teiid.json.simple.JSONParser
 
S_INIT - Static variable in class org.teiid.json.simple.JSONParser
 
S_PASSED_PAIR_KEY - Static variable in class org.teiid.json.simple.JSONParser
 
setErrorType(int) - Method in exception org.teiid.json.simple.ParseException
 
setParseException(ParseException) - Method in exception org.teiid.api.exception.query.QueryParserException
 
setPosition(int) - Method in exception org.teiid.json.simple.ParseException
 
setUnexpectedObject(Object) - Method in exception org.teiid.json.simple.ParseException
 
setUnresolvedSymbols(List) - Method in exception org.teiid.api.exception.query.QueryResolverException
Set the list of unresolved symbols during QueryResolution
SimpleContentHandler - Class in org.teiid.json.simple
 
SimpleContentHandler() - Constructor for class org.teiid.json.simple.SimpleContentHandler
 
startArray() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the beginning of a JSON array.
startArray() - Method in class org.teiid.json.simple.SimpleContentHandler
 
startJSON() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the beginning of JSON processing.
startJSON() - Method in class org.teiid.json.simple.SimpleContentHandler
 
startObject() - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the beginning of a JSON object.
startObject() - Method in class org.teiid.json.simple.SimpleContentHandler
 
startObjectEntry(String) - Method in interface org.teiid.json.simple.ContentHandler
Receive notification of the beginning of a JSON object entry.
startObjectEntry(String) - Method in class org.teiid.json.simple.SimpleContentHandler
 

T

toString() - Method in class org.teiid.api.exception.query.UnresolvedSymbolDescription
Get string representation of the unresolved symbol description
toString() - Method in exception org.teiid.json.simple.ParseException
 
toString() - Method in class org.teiid.json.simple.Yytoken
 
type - Variable in class org.teiid.json.simple.Yytoken
 
TYPE_COLON - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_COMMA - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_EOF - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_LEFT_BRACE - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_LEFT_SQUARE - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_RIGHT_BRACE - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_RIGHT_SQUARE - Static variable in class org.teiid.json.simple.Yytoken
 
TYPE_VALUE - Static variable in class org.teiid.json.simple.Yytoken
 

U

UnresolvedSymbolDescription - Class in org.teiid.api.exception.query
This helper object describes an unresolved symbol found during query resolution.
UnresolvedSymbolDescription(String, String) - Constructor for class org.teiid.api.exception.query.UnresolvedSymbolDescription
Construct a description given the symbol and it's description.

V

value - Variable in class org.teiid.json.simple.Yytoken
 

Y

Yytoken - Class in org.teiid.json.simple
 
Yytoken(int, Object) - Constructor for class org.teiid.json.simple.Yytoken
 
A C E F G I J O P Q R S T U V Y 
Skip navigation links
Engine 9.2.0.Final

Copyright © 2017 JBoss by Red Hat. All rights reserved.