Uses of Class
org.teiid.translator.TranslatorException
-
Packages that use TranslatorException Package Description org.teiid.metadata org.teiid.translator -
-
Uses of TranslatorException in org.teiid.metadata
Methods in org.teiid.metadata that throw TranslatorException Modifier and Type Method Description byte[]RuntimeMetadata. getBinaryVDBResource(String resourcePath)Gets the contents of a VDB resource in binary form.StringRuntimeMetadata. getCharacterVDBResource(String resourcePath)Gets the contents of a VDB resource as a String.ColumnRuntimeMetadata. getColumn(String fullName)Look up an object by identifierColumnRuntimeMetadata. getColumn(String schema, String table, String name)Look up an object by identifierProcedureRuntimeMetadata. getProcedure(String fullName)Look up an object by identifierProcedureRuntimeMetadata. getProcedure(String schema, String name)Look up an object by identifierTableRuntimeMetadata. getTable(String fullName)Look up an object by identifierTableRuntimeMetadata. getTable(String schema, String name)Look up an object by identifierString[]RuntimeMetadata. getVDBResourcePaths()Gets the resource paths of all the resources in the VDB.voidDefaultMetadataRepository. loadMetadata(MetadataFactory factory, ExecutionFactory<F,C> executionFactory, F connectionFactory)Deprecated.Calls the specific getter methods of this class to populate metadata on schema being loaded.default voidMetadataRepository. loadMetadata(MetadataFactory factory, ExecutionFactory<F,C> executionFactory, F connectionFactory)Loads the schema information for the vdb for the given schemaName.default voidMetadataRepository. loadMetadata(MetadataFactory factory, ExecutionFactory<F,C> executionFactory, F connectionFactory, String text)Loads the schema information for the vdb for the given schemaName. -
Uses of TranslatorException in org.teiid.translator
Subclasses of TranslatorException in org.teiid.translator Modifier and Type Class Description classTranslatorBatchExceptionAn exception the connector writer can return in case of an error while executingBatchedUpdatesMethods in org.teiid.translator that throw TranslatorException Modifier and Type Method Description voidExecution. cancel()Cancels the execution abnormally.ProcedureExecutionBaseDelegatingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ExecutionExecutionFactory. createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)Create an execution object for the specified commandProcedureExecutionBaseDelegatingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ResultSetExecutionBaseDelegatingExecutionFactory. createResultSetExecution(QueryExpression command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ResultSetExecutionExecutionFactory. createResultSetExecution(QueryExpression command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)UpdateExecutionBaseDelegatingExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)UpdateExecutionExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)voidExecution. execute()Execute the associated command.CacheDirectiveBaseDelegatingExecutionFactory. getCacheDirective(Command command, ExecutionContext executionContext, RuntimeMetadata metadata)CacheDirectiveExecutionFactory. getCacheDirective(Command command, ExecutionContext executionContext, RuntimeMetadata metadata)Get theCacheDirectiveto control command caching.CBaseDelegatingExecutionFactory. getConnection(F factory, ExecutionContext executionContext)CExecutionFactory. getConnection(F factory)Deprecated.CExecutionFactory. getConnection(F factory, ExecutionContext executionContext)Return a connection object from the given connection factory.static <T> TExecutionFactory. getInstance(Class<T> expectedType, String className, Collection<?> ctorObjs, Class<? extends T> defaultClass)voidBaseDelegatingExecutionFactory. getMetadata(MetadataFactory metadataFactory, C conn)voidExecutionFactory. getMetadata(MetadataFactory metadataFactory, C conn)Implement to provide metadata to the metadata for use by the engine.List<?>ProcedureExecution. getOutputParameterValues()Get the output parameter values.int[]UpdateExecution. getUpdateCounts()Returns the update counts for the execution.voidBaseDelegatingExecutionFactory. initCapabilities(C connection)voidExecutionFactory. initCapabilities(C connection)Will be called byExecutionFactory.start()with a null connection if a source connection is notExecutionFactory.isSourceRequiredForCapabilities()List<?>ResultSetExecution. next()Retrieves the next row of the resultset.voidMetadataProcessor. process(MetadataFactory metadataFactory, C connection)voidBaseDelegatingExecutionFactory. start()voidExecutionFactory. start()Initialize the connector with supplied configuration
-