Package | Description |
---|---|
org.teiid.metadata | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
byte[] |
RuntimeMetadata.getBinaryVDBResource(String resourcePath)
Gets the contents of a VDB resource in binary form.
|
String |
RuntimeMetadata.getCharacterVDBResource(String resourcePath)
Gets the contents of a VDB resource as a String.
|
Column |
RuntimeMetadata.getColumn(String fullName)
Look up an object by identifier
|
Column |
RuntimeMetadata.getColumn(String schema,
String table,
String name)
Look up an object by identifier
|
Procedure |
RuntimeMetadata.getProcedure(String fullName)
Look up an object by identifier
|
Procedure |
RuntimeMetadata.getProcedure(String schema,
String name)
Look up an object by identifier
|
Table |
RuntimeMetadata.getTable(String fullName)
Look up an object by identifier
|
Table |
RuntimeMetadata.getTable(String schema,
String name)
Look up an object by identifier
|
String[] |
RuntimeMetadata.getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB.
|
default void |
MetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory)
Loads the schema information for the vdb for the given schemaName.
|
void |
DefaultMetadataRepository.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 void |
MetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory,
String text)
Loads the schema information for the vdb for the given schemaName.
|
Modifier and Type | Class and Description |
---|---|
class |
TranslatorBatchException
An exception the connector writer can return in case of an
error while executing
BatchedUpdates |
Modifier and Type | Method and Description |
---|---|
void |
Execution.cancel()
Cancels the execution abnormally.
|
ProcedureExecution |
ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
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) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ResultSetExecution |
ExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ResultSetExecution |
BaseDelegatingExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
BaseDelegatingExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
void |
Execution.execute()
Execute the associated command.
|
CacheDirective |
ExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
Get the
CacheDirective to control command caching. |
CacheDirective |
BaseDelegatingExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata) |
C |
ExecutionFactory.getConnection(F factory)
Deprecated.
|
C |
ExecutionFactory.getConnection(F factory,
ExecutionContext executionContext)
Return a connection object from the given connection factory.
|
C |
BaseDelegatingExecutionFactory.getConnection(F factory,
ExecutionContext executionContext) |
static <T> T |
ExecutionFactory.getInstance(Class<T> expectedType,
String className,
Collection<?> ctorObjs,
Class<? extends T> defaultClass) |
void |
ExecutionFactory.getMetadata(MetadataFactory metadataFactory,
C conn)
Implement to provide metadata to the metadata for use by the engine.
|
void |
BaseDelegatingExecutionFactory.getMetadata(MetadataFactory metadataFactory,
C conn) |
List<?> |
ProcedureExecution.getOutputParameterValues()
Get the output parameter values.
|
int[] |
UpdateExecution.getUpdateCounts()
Returns the update counts for the execution.
|
void |
ExecutionFactory.initCapabilities(C connection)
Will be called by
ExecutionFactory.start() with a null connection if a source connection is not ExecutionFactory.isSourceRequiredForCapabilities() |
void |
BaseDelegatingExecutionFactory.initCapabilities(C connection) |
List<?> |
ResultSetExecution.next()
Retrieves the next row of the resultset.
|
void |
MetadataProcessor.process(MetadataFactory metadataFactory,
C connection) |
void |
ExecutionFactory.start()
Initialize the connector with supplied configuration
|
void |
BaseDelegatingExecutionFactory.start() |
Copyright © 2019. All rights reserved.