Uses of Class
org.teiid.translator.TranslatorException

Packages that use TranslatorException
org.teiid.metadata   
org.teiid.translator   
 

Uses of TranslatorException in org.teiid.metadata
 

Methods in org.teiid.metadata that throw TranslatorException
 KeyRecord MetadataFactory.addAccessPattern(java.lang.String name, java.util.List<java.lang.String> columnNames, Table table)
          Adds an access pattern to the given table.
 Column MetadataFactory.addColumn(java.lang.String name, java.lang.String type, ColumnSet<?> table)
          Adds a column to the table with the given name and type.
 ForeignKey MetadataFactory.addForiegnKey(java.lang.String name, java.util.List<java.lang.String> columnNames, Table pkTable, Table table)
          Adds a foreign key to the given table.
 KeyRecord MetadataFactory.addIndex(java.lang.String name, boolean nonUnique, java.util.List<java.lang.String> columnNames, Table table)
          Adds an index to the given table.
 KeyRecord MetadataFactory.addPrimaryKey(java.lang.String name, java.util.List<java.lang.String> columnNames, Table table)
          Adds a primary key to the given table.
 Procedure MetadataFactory.addProcedure(java.lang.String name)
          Add a procedure with the given name to the model.
 ProcedureParameter MetadataFactory.addProcedureParameter(java.lang.String name, java.lang.String type, ProcedureParameter.Type parameterType, Procedure procedure)
          Add a procedure parameter.
 Column MetadataFactory.addProcedureResultSetColumn(java.lang.String name, java.lang.String type, Procedure procedure)
          Add a procedure resultset column to the given procedure.
 Table MetadataFactory.addTable(java.lang.String name)
          Add a table with the given name to the model.
 byte[] RuntimeMetadata.getBinaryVDBResource(java.lang.String resourcePath)
          Gets the contents of a VDB resource in binary form.
 java.lang.String RuntimeMetadata.getCharacterVDBResource(java.lang.String resourcePath)
          Gets the contents of a VDB resource as a String.
 Column RuntimeMetadata.getColumn(java.lang.String fullName)
          Look up an object by identifier
 Procedure RuntimeMetadata.getProcedure(java.lang.String fullName)
          Look up an object by identifier
 Table RuntimeMetadata.getTable(java.lang.String fullName)
          Look up an object by identifier
 java.lang.String[] RuntimeMetadata.getVDBResourcePaths()
          Gets the resource paths of all the resources in the VDB.
 

Uses of TranslatorException in org.teiid.translator
 

Methods in org.teiid.translator that throw TranslatorException
 void Execution.cancel()
          Cancels the execution abnormally.
 Execution ExecutionFactory.createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
          Create an execution object for the specified command
 ProcedureExecution ExecutionFactory.createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
           
 ResultSetExecution ExecutionFactory.createResultSetExecution(QueryExpression command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
           
 UpdateExecution ExecutionFactory.createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
           
 void Execution.execute()
          Execute the associated command.
 C ExecutionFactory.getConnection(F factory)
          Return a connection object from the given connection factory.
static
<T> T
ExecutionFactory.getInstance(java.lang.Class<T> expectedType, java.lang.String className, java.util.Collection<?> ctorObjs, java.lang.Class<? extends T> defaultClass)
           
 void ExecutionFactory.getMetadata(MetadataFactory metadataFactory, C conn)
          Implement to provide metadata to the metadata for use by the engine.
 java.util.List<?> ProcedureExecution.getOutputParameterValues()
          Get the output parameter values.
 int[] UpdateExecution.getUpdateCounts()
          Returns the update counts for the execution.
 java.util.List<?> ResultSetExecution.next()
          Retrieves the next row of the resultset.
 void ExecutionFactory.start()
          Initialize the connector with supplied configuration
 



Copyright © 2010. All Rights Reserved.