|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MetaMatrixProcessingException in com.metamatrix.admin.api.exception.security |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.admin.api.exception.security | |
---|---|
class |
InvalidSessionException
|
class |
MetaMatrixSecurityException
|
class |
SessionException
|
Uses of MetaMatrixProcessingException in com.metamatrix.api.exception.query |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.api.exception.query | |
---|---|
class |
CriteriaEvaluationException
This exception is thrown when an error occurs while evaluating a SQL criteria. |
class |
ExpressionEvaluationException
This exception is thrown when an error occurs while evaluating a SQL expression. |
class |
FunctionExecutionException
During processing, an invalid function was detected. |
class |
FunctionMetadataException
Detected invalid function metadata during validation. |
class |
InvalidFunctionException
During processing, an invalid function was detected. |
class |
ProcedureErrorInstructionException
Used to notify the user that the virtual procedure raised an error. |
class |
QueryParserException
Thrown when a query cannot be parsed. |
class |
QueryPlannerException
This exception is thrown when an error occurs while planning the query. |
class |
QueryProcessingException
This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade. |
class |
QueryResolverException
This exception represents the case where the query submitted could not resolved when it is checked against the metadata |
class |
QueryValidatorException
This exception is thrown if an error is discovered while validating the query. |
Uses of MetaMatrixProcessingException in com.metamatrix.api.exception.security |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.api.exception.security | |
---|---|
class |
AuthorizationException
|
class |
AuthorizationMgmtException
|
class |
InvalidPrincipalException
|
class |
InvalidUserException
|
class |
InvalidVDBException
Indicates that an invalid VDB was requested for logon. |
class |
LogonException
This exception is thrown when an attempt to log in to obtain a session has failed. |
class |
MembershipServiceException
|
class |
MetaMatrixAuthenticationException
|
class |
SessionServiceException
|
class |
UnsupportedCredentialException
|
Uses of MetaMatrixProcessingException in com.metamatrix.api.exception.server |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.api.exception.server | |
---|---|
class |
InvalidRequestIDException
Thrown when trying to access a request by ID and the request does not exist. |
Uses of MetaMatrixProcessingException in com.metamatrix.common.buffer |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.common.buffer | |
---|---|
class |
MemoryNotAvailableException
Indicates memory was not available for the requested operation. |
class |
TupleSourceNotFoundException
Indicates a TupleSource could not be found. |
Methods in com.metamatrix.common.buffer that throw MetaMatrixProcessingException | |
---|---|
java.util.List |
TupleSource.nextTuple()
Returns the next tuple |
Uses of MetaMatrixProcessingException in com.metamatrix.common.extensionmodule.exception |
---|
Uses of MetaMatrixProcessingException in com.metamatrix.common.xa |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.common.xa | |
---|---|
class |
XATransactionException
Exception which occurs if an error occurs within the server that is XA transaction-related. |
Uses of MetaMatrixProcessingException in com.metamatrix.dqp.client |
---|
Methods in com.metamatrix.dqp.client that throw MetaMatrixProcessingException | |
---|---|
void |
ClientSideDQP.cancelRequest(long requestID)
|
ResultsFuture<?> |
ClientSideDQP.closeLobChunkStream(int lobRequestId,
long requestId,
java.lang.String streamId)
|
ResultsFuture<?> |
ClientSideDQP.closeRequest(long requestID)
|
ResultsFuture<ResultsMessage> |
ClientSideDQP.executeRequest(long reqID,
RequestMessage message)
|
MetadataResult |
ClientSideDQP.getMetadata(long requestID)
|
MetadataResult |
ClientSideDQP.getMetadata(long requestID,
java.lang.String preparedSql,
boolean allowDoubleQuotedVariable)
|
ResultsFuture<ResultsMessage> |
ClientSideDQP.processCursorRequest(long reqID,
int batchFirst,
int batchLast)
|
ResultsFuture<LobChunk> |
ClientSideDQP.requestNextLobChunk(int lobRequestId,
long requestId,
java.lang.String streamId)
|
Uses of MetaMatrixProcessingException in com.metamatrix.dqp.message |
---|
Methods in com.metamatrix.dqp.message that throw MetaMatrixProcessingException | |
---|---|
void |
RequestMessage.setTxnAutoWrapMode(java.lang.String txnAutoWrapMode)
Sets the txnAutoWrapMode. |
Uses of MetaMatrixProcessingException in com.metamatrix.metadata.runtime |
---|
Methods in com.metamatrix.metadata.runtime that throw MetaMatrixProcessingException | |
---|---|
void |
AbstractVDBDeleteUtility.deleteVDBsMarkedForDelete(MetaMatrixSessionID id)
|
Uses of MetaMatrixProcessingException in com.metamatrix.metadata.runtime.exception |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.metadata.runtime.exception | |
---|---|
class |
InvalidStateException
Thrown when an update is requested on the VirtualDatabase and the VirtualDatabase is not in the proper state to allow it. |
class |
VirtualDatabaseDoesNotExistException
Thrown when the VirtualDatabase is not found. |
class |
VirtualDatabaseException
The base exception from which all Runtime Metadata Exceptions extend. |
Uses of MetaMatrixProcessingException in com.metamatrix.platform.admin.api.exception |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.platform.admin.api.exception | |
---|---|
class |
MetaMatrixAdminException
Base exception of any specifically-administrative business exceptions |
class |
PermissionNodeException
|
class |
PermissionNodeNotActionableException
|
class |
PermissionNodeNotFoundException
|
class |
ProductNotRegisteredException
Indicates the named product is a known product, but is not registered at the MetaMatrix system. |
class |
UnknownProductOrSubsystemException
Indicates a product name has been encountered that is unknown, or a subsystem name for a known product has been encountered which is unknown for that product. |
Uses of MetaMatrixProcessingException in com.metamatrix.platform.security.authorization.spi |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.platform.security.authorization.spi | |
---|---|
class |
AuthorizationSourceConnectionException
Thrown when a communication failure has occured with the Authorization Source. |
class |
AuthorizationSourceException
Thrown when an exception has occured in the Authorization Source. |
Uses of MetaMatrixProcessingException in com.metamatrix.platform.security.membership.spi |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.platform.security.membership.spi | |
---|---|
class |
MembershipSourceException
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.eval |
---|
Methods in com.metamatrix.query.eval that throw MetaMatrixProcessingException | |
---|---|
java.lang.Object |
LookupEvaluator.lookupCodeValue(CommandContext context,
java.lang.String codeTableName,
java.lang.String returnElementName,
java.lang.String keyElementName,
java.lang.Object keyValue)
Lookup a value from a cached code table. |
Uses of MetaMatrixProcessingException in com.metamatrix.query.function.aggregate |
---|
Methods in com.metamatrix.query.function.aggregate that throw MetaMatrixProcessingException | |
---|---|
java.lang.Object |
NullFilter.getResult()
|
java.lang.Object |
AggregateFunction.getResult()
Called after all values have been processed to get the result. |
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor |
---|
Methods in com.metamatrix.query.processor that throw MetaMatrixProcessingException | |
---|---|
QueryProcessor |
QueryProcessor.ProcessorFactory.createQueryProcessor(java.lang.String query,
java.lang.String recursionGroup,
CommandContext commandContext)
|
java.lang.Object |
TempTableDataManager.lookupCodeValue(CommandContext context,
java.lang.String codeTableName,
java.lang.String returnElementName,
java.lang.String keyElementName,
java.lang.Object keyValue)
|
TupleBatch |
ProcessorPlan.nextBatch()
Get a batch of results or possibly an Exception. |
void |
ProcessorPlan.open()
Open the plan for processing. |
TupleSource |
TempTableDataManager.registerRequest(java.lang.Object processorID,
Command command,
java.lang.String modelName,
java.lang.String connectorBindingId,
int nodeID)
This is the magic method. |
TupleSource |
ProcessorDataManager.registerRequest(java.lang.Object processorId,
Command command,
java.lang.String modelName,
java.lang.String connectorBindingId,
int nodeID)
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.batch |
---|
Methods in com.metamatrix.query.processor.batch that throw MetaMatrixProcessingException | |
---|---|
TupleBatch |
PreparedBatchUpdatePlan.nextBatch()
|
TupleBatch |
BatchedUpdatePlan.nextBatch()
|
void |
PreparedBatchUpdatePlan.open()
|
void |
BatchedUpdatePlan.open()
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.dynamic |
---|
Methods in com.metamatrix.query.processor.dynamic that throw MetaMatrixProcessingException | |
---|---|
static javax.xml.transform.sax.SAXSource |
SQLSource.createSource(java.lang.String[] columns,
java.lang.Class[] types,
TupleSource source)
|
static javax.xml.transform.Source |
XMLSource.createSource(java.lang.String[] columns,
java.lang.Class[] types,
TupleSource source,
BufferManager bufferMgr)
|
javax.xml.transform.Source |
SqlEval.executeSQL(java.lang.String sql)
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.proc |
---|
Methods in com.metamatrix.query.processor.proc that throw MetaMatrixProcessingException | |
---|---|
void |
ProcedurePlan.evaluateParams()
|
void |
ProcedureEnvironment.executePlan(java.lang.Object command,
java.lang.String rsName)
|
TupleSource |
ProcedurePlan.getResults(TupleSourceID tupleID)
|
boolean |
ProcedureEnvironment.iterateCursor(java.lang.String rsName)
|
TupleBatch |
ProcedurePlan.nextBatch()
|
void |
ProcedurePlan.open()
|
void |
ExecSqlInstruction.process(ProgramEnvironment env)
Processing this instruction executes the ProcessorPlan for the command on the CommandStatement of the update procedure language. |
void |
ExecDynamicSqlInstruction.process(ProgramEnvironment env)
Processing this instruction executes the ProcessorPlan for the command on the CommandStatement of the update procedure language. |
void |
CreateCursorResultSetInstruction.process(ProgramEnvironment env)
If the result set named rsName does not exist yet in the ProcessorEnvironment , then
this instruction will define that result set. |
void |
AbstractAssignmentInstruction.process(ProgramEnvironment env)
Updates the current variable context with a value for the Variable defined using a DeclareInstruction, the variable value is obtained by either processing a expression or a command(stored as a processplan). |
protected void |
ErrorInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
protected void |
AssignmentInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
protected abstract void |
AbstractAssignmentInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
boolean |
RepeatedInstruction.testCondition(ProcedureEnvironment procEnv)
|
boolean |
LoopInstruction.testCondition(ProcedureEnvironment procEnv)
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.program |
---|
Methods in com.metamatrix.query.processor.program that throw MetaMatrixProcessingException | |
---|---|
abstract void |
ProgramEnvironment.executePlan(java.lang.Object command,
java.lang.String rsName)
Execute a ProcessorPlan and return the tupelSourceID for the results. |
abstract void |
ProgramInstruction.process(ProgramEnvironment env)
Allow this instruction to do whatever processing it needs, and to in turn manipulate the running program, (via the ProcessorEnvironment getProgramStack method.) A typical instruction should simply increment the program counter of the current program, but specialized
instructions may add sub programs to the stack or not increment the counter (so that they are executed again.) |
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.relational |
---|
Methods in com.metamatrix.query.processor.relational that throw MetaMatrixProcessingException | |
---|---|
protected void |
SortNode.collectionPhase(TupleBatch batch)
|
TupleSourceID |
BatchCollector.collectTuples()
|
TupleSourceID |
BatchCollector.collectTuples(TupleBatch batch)
|
protected boolean |
MergeJoinStrategy.compareToPrevious(com.metamatrix.query.processor.relational.SourceState target)
|
java.lang.Object |
DuplicateFilter.getResult()
|
protected void |
MergeJoinStrategy.loadLeft()
|
protected void |
JoinStrategy.loadLeft()
|
protected void |
MergeJoinStrategy.loadRight()
|
protected void |
JoinStrategy.loadRight()
|
TupleBatch |
RelationalPlan.nextBatch()
|
TupleBatch |
RelationalNode.nextBatch()
Wrapper for nextBatchDirect that does performance timing - callers should always call this rather than nextBatchDirect(). |
TupleBatch |
UnionAllNode.nextBatchDirect()
|
TupleBatch |
SortNode.nextBatchDirect()
1ST PHASE - COLLECTION Collect all batches from child node, save in collected tuple source 2ND PHASE - SORT INITIAL SUBLISTS Repeat until all batches from collection TS have been read Get and pin batches from collection TS until MemoryNotAvailableException Sort batches Write batches into new sorted TS Unpin all batches Remove collection TS 3RD PHASE - MERGE SORTED SUBLISTS Repeat until there is one sublist Repeat until all sorted sublists have been merged For each sorted sublist S Load and pin a batch until memory not available Merge from pinned batches As batch is done, unpin and load next Output merge into new sublist T Remove merged sublists Let sublists = set of T's 4TH PHASE - OUTPUT Return batches from single sublist from T |
TupleBatch |
SelectNode.nextBatchDirect()
|
protected abstract TupleBatch |
RelationalNode.nextBatchDirect()
Template method for subclasses to implement. |
TupleBatch |
ProjectNode.nextBatchDirect()
|
TupleBatch |
ProjectIntoNode.nextBatchDirect()
Get batch from child node Walk through each row of child batch Bind values to insertCommand Execute insertCommand Update insertCount When no more data is available, output batch with single row containing insertCount |
TupleBatch |
PlanExecutionNode.nextBatchDirect()
|
protected TupleBatch |
LimitNode.nextBatchDirect()
|
protected TupleBatch |
JoinNode.nextBatchDirect()
|
TupleBatch |
GroupingNode.nextBatchDirect()
|
TupleBatch |
BatchedUpdateNode.nextBatchDirect()
|
TupleBatch |
AccessNode.nextBatchDirect()
|
protected java.util.List |
MergeJoinStrategy.nextTuple()
|
protected abstract java.util.List |
JoinStrategy.nextTuple()
|
void |
UnionAllNode.open()
|
void |
SortNode.open()
|
void |
SelectNode.open()
|
void |
RelationalPlan.open()
|
void |
RelationalNode.open()
|
void |
ProjectNode.open()
|
void |
PlanExecutionNode.open()
|
void |
LimitNode.open()
|
void |
JoinNode.open()
|
void |
GroupingNode.open()
|
void |
DupRemoveNode.open()
|
void |
DependentSelectNode.open()
Calls super.open(), then initializes subquery processor |
void |
DependentProjectNode.open()
Calls super.open(), then initializes subquery processor |
void |
BatchedUpdateNode.open()
|
void |
AccessNode.open()
|
protected boolean |
PlanExecutionNode.prepareNextCommand()
|
protected boolean |
DependentProcedureExecutionNode.prepareNextCommand()
|
protected boolean |
DependentProcedureCriteriaProcessor.prepareNextCommand()
|
protected boolean |
DependentProcedureAccessNode.prepareNextCommand(Command atomicCommand)
|
protected boolean |
DependentAccessNode.prepareNextCommand(Command atomicCommand)
|
protected boolean |
AccessNode.prepareNextCommand(Command atomicCommand)
|
protected void |
SelectNode.prepareToProcessTuple(java.util.Map elementMap,
java.util.List currentTuple)
This method is called by RelationalNode.nextBatch() just after the current
tuple is pulled from the child processor node and just before any
processing is done (in this case, before the criteria is evaluated). |
protected void |
ProjectNode.prepareToProcessTuple(java.util.Map elementMap,
java.util.List currentTuple)
This method is called by RelationalNode.nextBatch() just after the current
tuple is pulled from the child processor node and just before any
processing is done (in this case, before the tuple is projected). |
protected void |
DependentSelectNode.prepareToProcessTuple(java.util.Map elementMap,
java.util.List currentTuple)
This subclass will execute any subqueries which the criteria is dependent on; if any subqueries are correlated, this class will use the current tuple to execute correlated subqueries |
protected void |
DependentProjectNode.prepareToProcessTuple(java.util.Map elementMap,
java.util.List currentTuple)
This subclass will execute any subqueries which the projection is dependent on; if any subqueries are correlated, this class will use the current tuple to execute correlated subqueries |
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.xml |
---|
Methods in com.metamatrix.query.processor.xml that throw MetaMatrixProcessingException | |
---|---|
java.util.List |
PlanExecutor.currentRow()
Get the result set values of the current row. |
boolean |
RecurseProgramCondition.evaluate(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
Evaluates to true, unless the termination criteria is true, or unless the recursion count limit has been reached |
boolean |
DefaultCondition.evaluate(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
Always returns true |
boolean |
CriteriaCondition.evaluate(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
abstract boolean |
Condition.evaluate(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext ontext)
This method causes the Condition to evaluate itself. |
void |
PlanExecutor.execute(java.util.Map referenceValues)
Execute the plan |
TupleBatch |
XMLPlan.nextBatch()
|
java.util.List |
PlanExecutor.nextRow()
Advance the resultset cursor to next row and retun the row values |
com.metamatrix.query.processor.xml.XMLContext |
WhileInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
abstract com.metamatrix.query.processor.xml.XMLContext |
ProcessorInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
Allow this ProcessorInstruction to do whatever processing it needs, and to in turn manipulate the running program, (via the ProcessorEnvironment getProgramStack method.)
A typical instruction should simply increment
the program counter of the current program, but specialized instructions may add
sub programs to the stack or not increment the counter (so that they are
executed again.) |
com.metamatrix.query.processor.xml.XMLContext |
MoveDocInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
MoveCursorInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
JoinedWhileInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
InitializeDocumentInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
IfInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
This instruction will evaluate it's criteria, one by one. |
com.metamatrix.query.processor.xml.XMLContext |
ExecStagingTableInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
ExecSqlInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
EndDocumentInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
EndBlockInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
BlockInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
com.metamatrix.query.processor.xml.XMLContext |
AddNodeInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
Outputs an element or an attribute, or nothing, based on the state of the instruction. |
com.metamatrix.query.processor.xml.XMLContext |
AddCommentInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
outputs comment for an XML element (comment node is actually child of XML element node) |
com.metamatrix.query.processor.xml.XMLContext |
AbortProcessingInstruction.process(XMLProcessorEnvironment env,
com.metamatrix.query.processor.xml.XMLContext context)
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.processor.xquery |
---|
Methods in com.metamatrix.query.processor.xquery that throw MetaMatrixProcessingException | |
---|---|
TupleBatch |
XQueryPlan.nextBatch()
|
Uses of MetaMatrixProcessingException in com.metamatrix.query.xquery |
---|
Methods in com.metamatrix.query.xquery that throw MetaMatrixProcessingException | |
---|---|
void |
XQueryExpression.compileXQuery(java.lang.String xQueryString)
Return the compiled XQueryExpression - the result of this call should be used as a parameter to the getDocumentNames and
evaluateXQuery methods. |
java.sql.SQLXML |
XQueryExpression.evaluateXQuery(XQuerySQLEvaluator sqlEval)
Evaluate the XQuery and return results. |
javax.xml.transform.Source |
XQuerySQLEvaluator.executeSQL(java.lang.String sql)
Execute a SQL string that returns an XML result |
Uses of MetaMatrixProcessingException in com.metamatrix.query.xquery.saxon |
---|
Methods in com.metamatrix.query.xquery.saxon that throw MetaMatrixProcessingException | |
---|---|
void |
SaxonXQueryExpression.compileXQuery(java.lang.String xQueryString)
|
java.sql.SQLXML |
SaxonXQueryExpression.evaluateXQuery(XQuerySQLEvaluator sqlEval)
|
Uses of MetaMatrixProcessingException in com.metamatrix.vdb.edit.loader |
---|
Subclasses of MetaMatrixProcessingException in com.metamatrix.vdb.edit.loader | |
---|---|
class |
VdbProcessingException
The base exception from which all Runtime Metadata Exceptions extend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |