| 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.
|
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.
|
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 | Method and Description |
|---|---|
void |
IndexMetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory executionFactory,
Object connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfinispanCacheRAConnection.clearCache(String cacheName) |
Collection<Object> |
InfinispanCacheRAConnection.getAll() |
List<Object> |
DSLSearch.getAll() |
Version |
InfinispanCacheRAConnection.getVersion() |
Object |
DSLSearch.performKeySearch(String columnNameInSource,
Object value,
ExecutionContext executionContext)
Calling to make a key value search on the cache.
|
List<Object> |
DSLSearch.performSearch(ObjectVisitor visitor,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfinispanConnectionImpl.add(Object key,
Object value)
Call to add an object to the cache
|
void |
InfinispanConnectionImpl.clearCache(String cacheName)
Called to clear the cache and delete all objects.
|
Object |
InfinispanConnectionImpl.get(Object key)
Call to obtain an object from the cache based on the specified key
|
Collection<Object> |
InfinispanConnectionImpl.getAll()
Call to obtain all the objects from the cache
|
List<Object> |
DSLSearch.getAll() |
org.infinispan.client.hotrod.RemoteCache |
InfinispanConnectionImpl.getCache() |
Class<?> |
InfinispanConnectionImpl.getCacheClassType() |
org.infinispan.protostream.descriptors.Descriptor |
InfinispanSchemaDefinition.getDecriptor(InfinispanManagedConnectionFactory config,
Class<?> clz)
Called to obtain a
Descriptor for the specified class. |
org.infinispan.protostream.descriptors.Descriptor |
InfinispanConnectionImpl.getDescriptor()
Call to return the Descriptor from JDG cache based on the root class.
|
org.infinispan.protostream.descriptors.Descriptor |
InfinispanConnectionImpl.getDescriptor(Class<?> clz) |
org.infinispan.query.dsl.QueryFactory |
InfinispanConnectionImpl.getQueryFactory() |
Version |
InfinispanManagedConnectionFactory.getVersion() |
Version |
InfinispanConnectionImpl.getVersion() |
Object |
DSLSearch.performKeySearch(String columnNameInSource,
Object value,
ExecutionContext executionContext)
Calling to make a key value search on the cache.
|
List<Object> |
DSLSearch.performSearch(ObjectVisitor visitor,
ExecutionContext executionContext) |
Object |
InfinispanConnectionImpl.remove(Object key)
Call to remove an object from the cache
|
void |
InfinispanConnectionImpl.update(Object key,
Object value)
Call to update an object in the cache
|
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.protostream.descriptors.Descriptor |
ProtobufSchema.getDecriptor(InfinispanManagedConnectionFactory config,
Class<?> clz) |
org.infinispan.protostream.descriptors.Descriptor |
AnnotationSchema.getDecriptor(InfinispanManagedConnectionFactory config,
Class<?> clz) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDBConnectionImpl.createDomain(String domainName) |
void |
SimpleDBConnectionImpl.deleteDomain(String domainName) |
Set<SimpleDBConnection.SimpleDBAttribute> |
SimpleDBConnectionImpl.getAttributeNames(String domainName) |
List<String> |
SimpleDBConnectionImpl.getDomains() |
int |
SimpleDBConnectionImpl.performDelete(String domainName,
String selectExpression)
Removes item with given ItemName from domain
|
int |
SimpleDBConnectionImpl.performInsert(String domainName,
List<Column> columns,
Iterator<? extends List<?>> valueList)
Inserts item into given domain.
|
com.amazonaws.services.simpledb.model.SelectResult |
SimpleDBConnectionImpl.performSelect(String selectExpression,
String nextToken)
Performs select expression.
|
int |
SimpleDBConnectionImpl.performUpdate(String domainName,
Map<String,Object> updateAttributes,
String selectExpression)
Performs update on given domain and items
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.client.solrj.response.LukeResponse |
SolrConnectionImpl.metadata(org.apache.solr.client.solrj.request.LukeRequest request) |
org.apache.solr.client.solrj.response.QueryResponse |
SolrConnectionImpl.query(org.apache.solr.client.solrj.SolrQuery params) |
org.apache.solr.client.solrj.response.UpdateResponse |
SolrConnectionImpl.update(org.apache.solr.client.solrj.request.UpdateRequest request) |
| 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 |
RecordLoggingExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
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 |
RecordLoggingExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
ExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ResultSetExecution |
RecordLoggingExecutionFactory.createResultSetExecution(QueryExpression 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 |
RecordLoggingExecutionFactory.createUpdateExecution(Command 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() |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
AccumuloQueryVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloUpdateExecution.cancel() |
void |
AccumuloQueryExecution.cancel() |
ResultSetExecution |
AccumuloExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
AccumuloConnection connection) |
UpdateExecution |
AccumuloExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
AccumuloConnection connection) |
void |
AccumuloUpdateExecution.execute() |
void |
AccumuloQueryExecution.execute() |
int[] |
AccumuloUpdateExecution.getUpdateCounts() |
List<?> |
AccumuloQueryExecution.next() |
void |
AccumuloExecutionFactory.start() |
| Constructor and Description |
|---|
AccumuloQueryExecution(AccumuloExecutionFactory aef,
Select command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
AccumuloConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraUpdateExecution.cancel() |
void |
CassandraQueryExecution.cancel() |
ProcedureExecution |
CassandraExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
ProcedureExecution |
CassandraExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
ResultSetExecution |
CassandraExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
UpdateExecution |
CassandraExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
void |
CassandraUpdateExecution.execute() |
void |
CassandraQueryExecution.execute() |
void |
CassandraDirectQueryExecution.execute() |
List<?> |
CassandraDirectQueryExecution.getOutputParameterValues() |
int[] |
CassandraUpdateExecution.getUpdateCounts() |
void |
CassandraExecutionFactory.initCapabilities(CassandraConnection connection) |
List<?> |
CassandraQueryExecution.next() |
void |
CassandraMetadataProcessor.process(MetadataFactory factory,
CassandraConnection connection)
Creates metadata from all column families in current keyspace.
|
void |
CassandraExecutionFactory.start() |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
ExcelQueryVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TranslatorException> |
ExcelQueryVisitor.getExceptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelExecution.cancel() |
ResultSetExecution |
ExcelExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
FileConnection connection) |
void |
ExcelExecution.execute() |
List<?> |
ExcelExecution.next() |
void |
ExcelMetadataProcessor.process(MetadataFactory mf,
FileConnection conn) |
void |
ExcelExecutionFactory.start() |
| Constructor and Description |
|---|
ExcelExecution(Select query,
ExecutionContext executionContext,
RuntimeMetadata metadata,
FileConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
FileExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.resource.cci.Connection conn) |
void |
FileExecutionFactory.getMetadata(MetadataFactory metadataFactory,
javax.resource.cci.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetUpdateExecution.cancel() |
void |
SpreadsheetQueryExecution.cancel() |
void |
DirectSpreadsheetQueryExecution.cancel() |
void |
AbstractSpreadsheetExecution.cancel() |
ProcedureExecution |
SpreadsheetExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
ProcedureExecution |
SpreadsheetExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
ResultSetExecution |
SpreadsheetExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
UpdateExecution |
SpreadsheetExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
void |
SpreadsheetUpdateExecution.execute() |
void |
SpreadsheetQueryExecution.execute() |
void |
DirectSpreadsheetQueryExecution.execute() |
List<?> |
DirectSpreadsheetQueryExecution.getOutputParameterValues() |
int[] |
AbstractSpreadsheetExecution.getUpdateCounts() |
List<?> |
SpreadsheetQueryExecution.next() |
List<?> |
DirectSpreadsheetQueryExecution.next() |
void |
GoogleMetadataProcessor.process(MetadataFactory mf,
GoogleSpreadsheetConnection conn)
Creates metadata from all spreadsheets in the user account.
|
void |
SpreadsheetExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
BaseHiveExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
JDBCUpdateExecution |
BaseHiveExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
void |
ImpalaExecutionFactory.initCapabilities(Connection connection) |
void |
HiveMetadataProcessor.process(MetadataFactory metadataFactory,
Connection conn) |
void |
ImpalaExecutionFactory.start() |
void |
HiveExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.protostream.descriptors.Descriptor |
InfinispanHotRodConnection.getDescriptor()
Call to return the Descriptor from JDG cache based on the root class.
|
org.infinispan.protostream.descriptors.Descriptor |
InfinispanHotRodConnection.getDescriptor(Class<?> clz)
Call to return the Descriptor from JDG cache based on the specified class
|
org.infinispan.query.dsl.QueryFactory |
InfinispanHotRodConnection.getQueryFactory()
Call to return the QueryFactory that based on the type of Search used.
|
void |
InfinispanHotRodExecutionFactory.initCapabilities(ObjectConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtobufMetadataProcessor.process(MetadataFactory metadataFactory,
ObjectConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
ResultSetExecution |
InfinispanLibModeExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
org.infinispan.query.dsl.QueryFactory |
InfinispanCacheConnection.getQueryFactory()
Call to return the QueryFactory that based on the type of Search used.
|
void |
InfinispanLibModeExecutionFactory.initCapabilities(ObjectConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCExecutionException |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCBaseExecution.cancel() |
ProcedureExecution |
JDBCExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
protected boolean |
JDBCQueryExecution.createFullTempTables(QueryExpression qe,
boolean usingTxn) |
ProcedureExecution |
JDBCExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
ResultSetExecution |
JDBCExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
protected boolean |
JDBCQueryExecution.createTempTables(Select select) |
JDBCUpdateExecution |
JDBCExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
void |
JDBCUpdateExecution.execute() |
void |
JDBCQueryExecution.execute() |
void |
JDBCProcedureExecution.execute() |
void |
JDBCDirectQueryExecution.execute() |
int[] |
JDBCUpdateExecution.execute(BatchedUpdates batchedCommand) |
Connection |
JDBCExecutionFactory.getConnection(DataSource ds) |
void |
JDBCExecutionFactory.getMetadata(MetadataFactory metadataFactory,
Connection conn) |
List<?> |
JDBCProcedureExecution.getOutputParameterValues() |
List<?> |
JDBCDirectQueryExecution.getOutputParameterValues() |
int[] |
JDBCUpdateExecution.getUpdateCounts() |
void |
JDBCExecutionFactory.initCapabilities(Connection connection) |
List<?> |
JDBCQueryExecution.next() |
List<?> |
JDBCProcedureExecution.next() |
List<?> |
JDBCDirectQueryExecution.next() |
void |
JDBCMetdataProcessor.process(MetadataFactory metadataFactory,
Connection conn) |
void |
JDBCExecutionFactory.start() |
void |
TranslatedCommand.translateCommand(Command command)
The method to cause this object to do it's thing.
|
protected TranslatedCommand |
JDBCBaseExecution.translateCommand(Command command) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActianVectorInHadoopExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
DB2ExecutionFactory.start() |
void |
BaseDB2ExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
DerbyExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
H2ExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
HanaExecutionFactory.getMetadata(MetadataFactory metadataFactory,
Connection connection) |
void |
HanaExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
HsqlExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
InformixExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
IngresExecutionFactory.start() |
void |
Ingres93ExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterSystemsCacheExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaMatrixExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModeShapeExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySQLExecutionFactory.start() |
void |
MySQL5ExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetezzaExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleExecutionFactory.handleInsertSequences(Insert insert) |
void |
OracleExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
PIExecutionFactory.getMetadata(MetadataFactory metadataFactory,
Connection conn) |
void |
PIExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
PostgreSQLExecutionFactory.initCapabilities(Connection connection) |
void |
PostgreSQLExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
RedshiftExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLServerExecutionFactory.initCapabilities(Connection connection) |
void |
SQLServerExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
SybaseIQExecutionFactory.initCapabilities(Connection connection) |
void |
SybaseExecutionFactory.initCapabilities(Connection connection) |
void |
SybaseIQExecutionFactory.start() |
void |
SybaseExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
TeradataExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
UCanAccessExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
VerticaExecutionFactory.start() |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
JPQLUpdateQueryVisitor.exceptions |
protected ArrayList<TranslatorException> |
JPQLSelectVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
JPQLUpdateExecution.cancel() |
void |
JPQLQueryExecution.cancel() |
void |
JPQLDirectQueryExecution.cancel() |
ProcedureExecution |
JPA2ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
ProcedureExecution |
JPA2ExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
ResultSetExecution |
JPA2ExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
UpdateExecution |
JPA2ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
void |
JPQLUpdateExecution.execute() |
void |
JPQLQueryExecution.execute() |
void |
JPQLDirectQueryExecution.execute() |
javax.persistence.EntityManager |
JPA2ExecutionFactory.getConnection(javax.persistence.EntityManagerFactory factory,
ExecutionContext executionContext) |
static String |
JPQLUpdateQueryVisitor.getJPQLString(Command obj) |
static String |
JPQLSelectVisitor.getJPQLString(Select obj,
JPA2ExecutionFactory executionFactory,
RuntimeMetadata metadata) |
List<?> |
JPQLDirectQueryExecution.getOutputParameterValues() |
int[] |
JPQLUpdateExecution.getUpdateCounts() |
List<?> |
JPQLQueryExecution.next() |
List<?> |
JPQLDirectQueryExecution.next() |
void |
JPAMetadataProcessor.process(MetadataFactory mf,
javax.persistence.EntityManager entityManager) |
void |
JPA2ExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
LDAPSearchDetails |
IQueryToLdapSearchParser.buildRequest(String query) |
void |
LDAPUpdateExecution.cancel() |
void |
LDAPSyncQueryExecution.cancel() |
void |
LDAPQueryExecution.cancel() |
void |
LDAPDirectCreateUpdateDeleteQueryExecution.cancel() |
ProcedureExecution |
LDAPExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext context) |
ProcedureExecution |
LDAPExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext connection) |
ResultSetExecution |
LDAPExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext context) |
protected LdapContext |
LDAPSyncQueryExecution.createSearchContext(String contextName)
Perform a lookup against the initial LDAP context, which
sets the context to something appropriate for the search that is about to occur.
|
UpdateExecution |
LDAPExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext context) |
void |
LDAPUpdateExecution.execute()
execute generic update-class (either an update, delete, or insert)
operation and returns a count of affected rows.
|
void |
LDAPSyncQueryExecution.execute()
method to execute the supplied query
|
void |
LDAPQueryExecution.execute()
method to execute the supplied query
|
void |
LDAPDirectSearchQueryExecution.execute() |
void |
LDAPDirectCreateUpdateDeleteQueryExecution.execute() |
List<?> |
LDAPDirectSearchQueryExecution.getOutputParameterValues() |
List<?> |
LDAPDirectCreateUpdateDeleteQueryExecution.getOutputParameterValues() |
int[] |
LDAPUpdateExecution.getUpdateCounts() |
List<?> |
LDAPSyncQueryExecution.next() |
List<?> |
LDAPQueryExecution.next()
Fetch the next batch of data from the LDAP searchEnumerationr result.
|
List<?> |
LDAPDirectSearchQueryExecution.next() |
List<?> |
LDAPDirectCreateUpdateDeleteQueryExecution.next() |
LDAPSearchDetails |
IQueryToLdapSearchParser.translateSQLQueryToLDAPSearch(Select query)
Public entry point to the parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoopbackExecution.cancel() |
Execution |
LoopbackExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Object connection) |
void |
LoopbackExecution.execute() |
Object |
LoopbackExecutionFactory.getConnection(Object factory) |
Object |
LoopbackExecutionFactory.getConnection(Object factory,
ExecutionContext executionContext) |
void |
LoopbackExecutionFactory.getMetadata(MetadataFactory metadataFactory,
Object conn) |
List<?> |
LoopbackExecution.getOutputParameterValues() |
int[] |
LoopbackExecution.getUpdateCounts() |
List<?> |
LoopbackExecution.next() |
void |
LoopbackExecutionFactory.start() |
| Modifier and Type | Field and Description |
|---|---|
protected TranslatorException |
MongoDBUpdateVisitor.pullException |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
MongoDBSelectVisitor.exceptions |
protected ArrayList<TranslatorException> |
ExpressionEvaluator.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
MergePlanner.addNode(ExistsNode node) |
void |
MergePlanner.addNode(UnwindNode node) |
void |
MongoDBUpdateExecution.cancel() |
void |
MongoDBQueryExecution.cancel() |
void |
MongoDBDirectQueryExecution.cancel() |
Object |
MongoDBExecutionFactory.convertToMongoType(Object value,
com.mongodb.DB mongoDB,
String fqn)
Mongodb only supports certain data types, Teiid need to serialize them in other compatible
formats, and convert them back while reading them.
|
ProcedureExecution |
MongoDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
ProcedureExecution |
MongoDBExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
ResultSetExecution |
MongoDBExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
UpdateExecution |
MongoDBExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
void |
MongoDBUpdateExecution.execute() |
void |
MongoDBQueryExecution.execute() |
void |
MongoDBDirectQueryExecution.execute() |
String |
ProcessingNode.getDocumentName() |
Object |
MergeDetails.getId() |
com.mongodb.BasicDBObject |
UnwindNode.getInstruction() |
com.mongodb.BasicDBObject |
ProjectionNode.getInstruction() |
abstract com.mongodb.BasicDBObject |
ProcessingNode.getInstruction() |
com.mongodb.BasicDBObject |
ExistsNode.getInstruction() |
List<?> |
MongoDBDirectQueryExecution.getOutputParameterValues() |
com.mongodb.BasicDBObject |
MongoDBUpdateVisitor.getPullQuery() |
com.mongodb.BasicDBObject |
MongoDBUpdateVisitor.getUpdate(LinkedHashMap<String,com.mongodb.DBObject> embeddedDocuments) |
int[] |
MongoDBUpdateExecution.getUpdateCounts() |
static boolean |
ExpressionEvaluator.matches(MongoDBExecutionFactory executionFactory,
com.mongodb.DB mongoDB,
Condition condition,
com.mongodb.BasicDBObject row,
org.teiid.translator.mongodb.MongoDBUpdateExecution.RowInfo rowInfo) |
List<?> |
MongoDBQueryExecution.next() |
List<?> |
MongoDBDirectQueryExecution.next() |
com.mongodb.DBObject |
MongoDBDirectQueryExecution.nextRow() |
void |
MongoDBMetadataProcessor.process(MetadataFactory metadataFactory,
MongoDBConnection connection) |
Object |
MongoDBExecutionFactory.retrieveValue(Object value,
Class<?> expectedClass,
com.mongodb.DB mongoDB,
String fqn,
String colName) |
void |
MongoDBExecutionFactory.start() |
boolean |
MongoDBUpdateVisitor.updateDelete(com.mongodb.BasicDBList previousRows,
org.teiid.translator.mongodb.MongoDBUpdateExecution.RowInfo parentKey,
com.mongodb.BasicDBList updated) |
boolean |
MongoDBUpdateVisitor.updateMerge(com.mongodb.BasicDBList previousRows,
org.teiid.translator.mongodb.MongoDBUpdateExecution.RowInfo parentKey,
com.mongodb.BasicDBList updated) |
boolean |
MongoDBUpdateVisitor.updateMerge(com.mongodb.BasicDBObject previousRow,
org.teiid.translator.mongodb.MongoDBUpdateExecution.RowInfo parentKey) |
| Constructor and Description |
|---|
MongoDBUpdateExecution(MongoDBExecutionFactory executionFactory,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
ObjectVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
List<TranslatorException> |
ObjectVisitor.getExceptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectVisitor.addException(TranslatorException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectConnection.add(Object key,
Object value)
Call to add an object to the cache
|
void |
ObjectConnection.clearCache(String cacheName)
Called to clear the cache and delete all objects.
|
ResultSetExecution |
ObjectExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
void |
ObjectUpdateExecution.execute() |
void |
ObjectExecution.execute() |
void |
ObjectDirectExecution.execute() |
static Method |
ClassRegistry.findMethod(Map<String,Method> mapMethods,
String methodName,
String className) |
Object |
ObjectConnection.get(Object key)
Call to obtain an object from the cache based on the specified key
|
Collection<Object> |
ObjectConnection.getAll()
Call to obtain all the objects from the cache
|
Object |
ObjectConnection.getCache()
Call to obtain the default cache object
|
Object |
ObjectConnection.getCache(String cacheName)
Call to obtain the cache object based on the provided cacheName;
|
Class<?> |
ObjectConnection.getCacheClassType()
Returns root object class type
that is defined for the cache.
|
Class<?> |
ObjectConnection.getCacheKeyClassType()
Returns the class type of the key to the cache.
|
Map<String,Method> |
ClassRegistry.getReadClassMethods(String className) |
Version |
ObjectConnection.getVersion()
Call to get the version of the data source that is being accessed.
|
Map<String,Method> |
ClassRegistry.getWriteClassMethods(String className) |
void |
DDLHandler.handleDDL(String nativeQuery,
ObjectConnection connection) |
void |
ObjectExecutionFactory.initCapabilities(ObjectConnection connection) |
List<?> |
ObjectExecution.next() |
List<?> |
ObjectDirectExecution.next() |
Object |
SearchType.performKeySearch(String columnNameInSource,
Object value,
ExecutionContext executionContext)
Perform key search to return zero or 1 object based on the key value
|
List<Object> |
SearchType.performSearch(ObjectVisitor visitor,
ExecutionContext executionContext)
Perform an update
|
Object |
ObjectConnection.remove(Object key)
Call to remove an object from the cache
|
void |
ObjectExecutionFactory.start()
Initialize the connector with supplied configuration
|
void |
ObjectConnection.update(Object key,
Object value)
Call to update an object in the cache
|
| Constructor and Description |
|---|
ObjectExecution(Command command,
ObjectExecutionFactory factory,
ObjectConnection connection,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaBeanMetadataProcessor.process(MetadataFactory mf,
ObjectConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleMapCacheConnection.add(Object key,
Object value)
Call to add an object to the cache
|
void |
SimpleMapCacheConnection.clearCache(String cacheName)
Called to clear the cache and delete all objects.
|
ResultSetExecution |
SimpleMapCacheExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
Object |
SimpleMapCacheConnection.get(Object key)
Call to obtain an object from the cache based on the specified key
|
Collection<Object> |
SimpleMapCacheConnection.getAll()
Call to obtain all the objects from the cache
|
Map<Object,Object> |
SimpleMapCacheConnection.getCache() |
Map<Object,Object> |
SimpleMapCacheConnection.getCache(String cacheName)
Call to obtain the cache object based on the provided cacheName;
|
Object |
SearchByKey.performKeySearch(String columnNameInSource,
Object value,
ExecutionContext executionContext) |
List<Object> |
SearchByKey.performSearch(ObjectVisitor visitor,
ExecutionContext executionContext) |
Object |
SimpleMapCacheConnection.remove(Object key)
Call to remove an object from the cache
|
void |
SimpleMapCacheConnection.update(Object key,
Object value)
Call to update an object in the cache
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectUtil.convertValueToObjectType(Object value,
Column mdIDElement) |
static Class<?> |
ObjectUtil.getRegisteredClass(ClassRegistry classRegistry,
ObjectVisitor visitor) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
ODataUpdateVisitor.exceptions |
protected ArrayList<TranslatorException> |
ODataSQLVisitor.exceptions |
protected ArrayList<TranslatorException> |
ODataProcedureVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
protected TranslatorException |
BaseQueryExecution.buildError(BinaryWSProcedureExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
ODataMetadataProcessor.addEntitySetAsTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
void |
ODataUpdateExecution.cancel() |
void |
ODataQueryExecution.cancel() |
void |
ODataProcedureExecution.cancel() |
ProcedureExecution |
ODataExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
ResultSetExecution |
ODataExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
UpdateExecution |
ODataExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
void |
ODataUpdateExecution.execute() |
void |
ODataQueryExecution.execute() |
void |
ODataProcedureExecution.execute() |
protected BinaryWSProcedureExecution |
BaseQueryExecution.executeDirect(String method,
String uri,
String payload,
Map<String,List<String>> headers) |
protected org.teiid.translator.odata.BaseQueryExecution.ODataEntitiesResponse |
BaseQueryExecution.executeWithComplexReturn(String method,
String uri,
String payload,
String complexTypeName,
org.odata4j.edm.EdmDataServices edsMetadata,
String eTag,
javax.ws.rs.core.Response.Status... expectedStatus) |
protected org.teiid.translator.odata.BaseQueryExecution.ODataEntitiesResponse |
BaseQueryExecution.executeWithReturnEntity(String method,
String uri,
String payload,
String entityTable,
org.odata4j.edm.EdmDataServices edsMetadata,
String eTag,
javax.ws.rs.core.Response.Status... expectedStatus) |
void |
ODataMetadataProcessor.getMetadata(MetadataFactory mf,
org.odata4j.edm.EdmDataServices eds) |
void |
ODataExecutionFactory.getMetadata(MetadataFactory metadataFactory,
WSConnection conn) |
List<?> |
ODataProcedureExecution.getOutputParameterValues() |
int[] |
ODataUpdateExecution.getUpdateCounts() |
List<?> |
ODataQueryExecution.next() |
List<?> |
ODataProcedureExecution.next() |
protected org.odata4j.format.Feed |
BaseQueryExecution.parse(Blob blob,
org.odata4j.core.ODataVersion version,
String entityTable,
org.odata4j.edm.EdmDataServices edsMetadata) |
void |
ODataMetadataProcessor.process(MetadataFactory mf,
WSConnection conn) |
void |
ODataExecutionFactory.start() |
| Constructor and Description |
|---|
ODataProcedureExecution(Call command,
ODataExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
ODataQueryExecution(ODataExecutionFactory translator,
QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
ODataUpdateExecution(Command command,
ODataExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
SAPMetadataProcessor.addEntitySetAsTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TranslatorException> |
ODataUpdateVisitor.exceptions |
protected ArrayList<TranslatorException> |
ODataSQLVisitor.exceptions |
protected ArrayList<TranslatorException> |
ODataFilterVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
protected TranslatorException |
BaseQueryExecution.buildError(BinaryWSProcedureExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
ODataQuery.addNavigation(Condition obj,
Join.JoinType joinType,
Table right) |
Condition |
ODataQuery.addNavigation(Condition obj,
Join.JoinType joinType,
Table left,
Table right) |
void |
ODataQuery.addRootDocument(Table table) |
void |
ODataFilterVisitor.appendFilter(Condition condition) |
String |
ODataUpdateQuery.buildInsertURL(String serviceRoot) |
String |
ODataUpdateQuery.buildUpdateSelectionURL(String serviceRoot) |
String |
ODataSQLVisitor.buildURL(String serviceRoot) |
org.apache.olingo.client.core.uri.URIBuilderImpl |
ODataSelectQuery.buildURL(String serviceRoot,
List<Column> projectedColumns,
Condition condition) |
void |
ODataUpdateExecution.cancel() |
void |
ODataQueryExecution.cancel() |
void |
ODataProcedureExecution.cancel() |
ProcedureExecution |
ODataExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
ResultSetExecution |
ODataExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
UpdateExecution |
ODataExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
void |
ODataUpdateExecution.execute() |
void |
ODataQueryExecution.execute() |
void |
ODataProcedureExecution.execute() |
protected InputStream |
BaseQueryExecution.executeQuery(String method,
String uri,
String payload,
String eTag,
org.apache.olingo.commons.api.http.HttpStatusCode[] expectedStatus) |
protected InputStream |
BaseQueryExecution.executeSkipToken(URI nextURL,
String baseURL,
org.apache.olingo.commons.api.http.HttpStatusCode[] accepeted) |
void |
ODataExecutionFactory.getMetadata(MetadataFactory metadataFactory,
WSConnection conn) |
Map<String,Object> |
ODataResponse.getNext() |
List<?> |
ODataProcedureExecution.getOutputParameterValues() |
String |
ODataUpdateQuery.getPayload(org.apache.olingo.commons.api.data.Entity parentEntity) |
protected org.apache.olingo.client.api.edm.xml.XMLMetadata |
ODataMetadataProcessor.getSchema(WSConnection conn) |
protected org.apache.olingo.client.api.edm.xml.XMLMetadata |
ODataExecutionFactory.getSchema(WSConnection conn) |
int[] |
ODataUpdateExecution.getUpdateCounts() |
protected BinaryWSProcedureExecution |
BaseQueryExecution.invokeHTTP(String method,
String uri,
String payload,
Map<String,List<String>> headers) |
List<?> |
ODataQueryExecution.next() |
List<?> |
ODataProcedureExecution.next() |
abstract InputStream |
ODataResponse.nextBatch(URI uri) |
protected Condition |
ODataQuery.parseKeySegmentFromCondition(Condition obj) |
void |
ODataMetadataProcessor.process(MetadataFactory mf,
WSConnection conn) |
protected String |
ODataQuery.processFilter(Condition condition) |
void |
ODataExecutionFactory.start() |
| Constructor and Description |
|---|
ODataProcedureExecution(Call command,
ODataExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
ODataQueryExecution(ODataExecutionFactory translator,
QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
ODataResponse(InputStream payload,
ODataMetadataProcessor.ODataType type,
DocumentNode rootNode) |
ODataUpdateExecution(Command command,
ODataExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
OlapQueryExecution.cancel() |
ProcedureExecution |
OlapExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection connection) |
ProcedureExecution |
OlapExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection connection) |
void |
OlapQueryExecution.execute() |
Connection |
OlapExecutionFactory.getConnection(DataSource ds) |
List<?> |
OlapQueryExecution.getOutputParameterValues() |
List<?> |
OlapQueryExecution.next() |
| Modifier and Type | Method and Description |
|---|---|
JDBCUpdateExecution |
PhoenixExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
void |
PhoenixExecutionFactory.initCapabilities(Connection connection) |
void |
PhoenixExecutionFactory.start() |
protected TranslatedCommand |
PhoenixUpdateExecution.translateCommand(Command command) |
| Constructor and Description |
|---|
PhoenixUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn,
PhoenixExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
PrestoDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
ProcedureExecution |
PrestoDBExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
JDBCUpdateExecution |
PrestoDBExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
void |
PrestoDBMetadataProcessor.process(MetadataFactory metadataFactory,
Connection conn) |
void |
PrestoDBExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
SalesForceExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
ProcedureExecution |
SalesForceExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
ResultSetExecution |
SalesForceExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
UpdateExecution |
SalesForceExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
void |
SalesForceExecutionFactory.getMetadata(MetadataFactory metadataFactory,
SalesforceConnection connection) |
void |
SalesForceMetadataProcessor.process(MetadataFactory mf,
SalesforceConnection connection) |
void |
SalesForceMetadataProcessor.processMetadata() |
void |
SalesForceExecutionFactory.start() |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.sforce.async.SObject> |
InsertExecutionImpl.buildBulkRowPayload(Insert insert,
Iterator<? extends List<?>> it,
int rowCount) |
void |
QueryExecutionImpl.cancel() |
void |
ProcedureExecutionParentImpl.cancel() |
void |
InsertExecutionImpl.cancel() |
void |
DirectQueryExecution.cancel() |
void |
AbstractUpdateExecution.cancel() |
void |
UpdateExecutionImpl.execute() |
void |
QueryExecutionImpl.execute() |
void |
ProcedureExecutionParentImpl.execute() |
void |
InsertExecutionImpl.execute() |
void |
DirectQueryExecution.execute() |
void |
DeleteExecutionImpl.execute() |
void |
SalesforceProcedureExecution.execute(ProcedureExecutionParent procedureExecutionParent) |
void |
GetUpdatedExecutionImpl.execute(ProcedureExecutionParent procedureExecutionParent) |
void |
GetDeletedExecutionImpl.execute(ProcedureExecutionParent procedureExecutionParent) |
List<?> |
ProcedureExecutionParentImpl.getOutputParameterValues() |
List<?> |
DirectQueryExecution.getOutputParameterValues() |
int[] |
InsertExecutionImpl.getUpdateCounts() |
int[] |
AbstractUpdateExecution.getUpdateCounts() |
List<?> |
QueryExecutionImpl.next() |
List<?> |
ProcedureExecutionParentImpl.next() |
List<?> |
DirectQueryExecution.next() |
| Constructor and Description |
|---|
GetDeletedExecutionImpl(ProcedureExecutionParent procedureExecutionParent) |
GetUpdatedExecutionImpl(ProcedureExecutionParent procedureExecutionParent) |
InsertExecutionImpl(SalesForceExecutionFactory ef,
Command command,
SalesforceConnection salesforceConnection,
RuntimeMetadata metadata,
ExecutionContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TranslatorException> |
CriteriaVisitor.exceptions |
| Modifier and Type | Method and Description |
|---|---|
String |
UpdateVisitor.getQuery() |
String |
SelectVisitor.getQuery() |
String |
JoinQueryVisitor.getQuery() |
String |
IQueryProvidingVisitor.getQuery() |
String |
DeleteVisitor.getQuery() |
protected void |
CriteriaVisitor.loadColumnMetadata(NamedTable group) |
| Modifier and Type | Method and Description |
|---|---|
protected List<?> |
SimpleDBQueryExecution.buildRow(com.amazonaws.services.simpledb.model.Item item) |
protected List<?> |
SimpleDBDirectQueryExecution.buildRow(com.amazonaws.services.simpledb.model.Item item) |
void |
SimpleDBUpdateExecute.cancel() |
void |
SimpleDBQueryExecution.cancel() |
void |
SimpleDBInsertExecute.cancel() |
void |
SimpleDBDeleteExecute.cancel() |
void |
SimpleDBUpdateVisitor.checkExceptions() |
void |
SimpleDBSQLVisitor.checkExceptions() |
void |
SimpleDBInsertVisitor.checkExceptions() |
void |
SimpleDBDeleteVisitor.checkExceptions() |
ProcedureExecution |
SimpleDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
ResultSetExecution |
SimpleDBExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
UpdateExecution |
SimpleDBExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
void |
SimpleDBUpdateExecute.execute() |
void |
SimpleDBQueryExecution.execute() |
void |
SimpleDBInsertExecute.execute() |
void |
SimpleDBDirectQueryExecution.execute() |
void |
SimpleDBDeleteExecute.execute() |
protected void |
SimpleDBQueryExecution.executeDirect(String sql,
String next) |
List<?> |
SimpleDBDirectQueryExecution.getOutputParameterValues() |
int[] |
SimpleDBUpdateExecute.getUpdateCounts() |
int[] |
SimpleDBInsertExecute.getUpdateCounts() |
int[] |
SimpleDBDeleteExecute.getUpdateCounts() |
List<?> |
SimpleDBQueryExecution.next() |
void |
SimpleDBMetadataProcessor.process(MetadataFactory metadataFactory,
SimpleDBConnection connection)
As SimpleDB does not provide any way to obtain all attribute names for
given domain (one can query only attribute names for single item) and
querrying all items in domain to get complete set of attribute names
would be very slow and resource consuming, this approach has been
selected: For each domain only first item is queried for attribute names
and metadata are created using this information.
|
void |
SimpleDBExecutionFactory.start() |
| Constructor and Description |
|---|
SimpleDBDeleteExecute(Command command,
SimpleDBConnection connection) |
SimpleDBDirectQueryExecution(List<Argument> arguments,
Command command,
RuntimeMetadata metadata,
SimpleDBConnection connection,
ExecutionContext context) |
SimpleDBInsertExecute(Command command,
SimpleDBConnection connection) |
SimpleDBQueryExecution(Select command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
SimpleDBUpdateExecute(Command command,
SimpleDBConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SimpleDBDataTypeManager.convertFromSimpleDBType(List<String> origialValue,
Class<?> expectedType) |
static Object |
SimpleDBDataTypeManager.convertToSimpleDBType(Object value,
Class<?> type) |
void |
SimpleDBConnection.createDomain(String domainName)
Create a domain
|
void |
SimpleDBConnection.deleteDomain(String domainName)
Delete a Domain
|
Set<SimpleDBConnection.SimpleDBAttribute> |
SimpleDBConnection.getAttributeNames(String domainName)
Get the attributes for given domain name
|
List<String> |
SimpleDBConnection.getDomains()
Lists all domains of database
|
int |
SimpleDBConnection.performDelete(String domainName,
String selectExpression)
Removes item with given ItemName from domain
|
int |
SimpleDBConnection.performInsert(String domainName,
List<Column> columns,
Iterator<? extends List<?>> values)
Inserts item into given domain.
|
com.amazonaws.services.simpledb.model.SelectResult |
SimpleDBConnection.performSelect(String selectExpression,
String nextToken)
Performs select expression.
|
int |
SimpleDBConnection.performUpdate(String domainName,
Map<String,Object> updateAttributes,
String selectExpression)
Performs update on given domain and items
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrUpdateExecution.cancel() |
void |
SolrQueryExecution.cancel() |
ResultSetExecution |
SolrExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
UpdateExecution |
SolrExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
void |
SolrUpdateExecution.execute() |
void |
SolrQueryExecution.execute() |
void |
SolrMetadataProcessor.getConnectorMetadata(SolrConnection conn,
MetadataFactory metadataFactory) |
int[] |
SolrUpdateExecution.getUpdateCounts() |
org.apache.solr.client.solrj.response.LukeResponse |
SolrConnection.metadata(org.apache.solr.client.solrj.request.LukeRequest request) |
List<?> |
SolrQueryExecution.next() |
void |
SolrQueryExecution.nextBatch() |
void |
SolrMetadataProcessor.process(MetadataFactory metadataFactory,
SolrConnection connection) |
org.apache.solr.client.solrj.response.QueryResponse |
SolrConnection.query(org.apache.solr.client.solrj.SolrQuery query) |
void |
SolrExecutionFactory.start() |
org.apache.solr.client.solrj.response.UpdateResponse |
SolrConnection.update(org.apache.solr.client.solrj.request.UpdateRequest request) |
void |
SolrQueryExecution.walkDocuments(org.teiid.translator.solr.SolrQueryExecution.SolrDocumentCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryWSProcedureExecution |
BaseQueryExecution.buildInvokeHTTP(String method,
String uri,
Object payload,
Map<String,List<String>> headers) |
void |
SwaggerProcedureExecution.cancel() |
ProcedureExecution |
SwaggerExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
List<Document> |
XMLSerializer.deserialize(InputStream stream) |
List<Document> |
SwaggerSerializer.deserialize(InputStream stream) |
List<Document> |
JsonSerializer.deserialize(InputStream stream) |
void |
SwaggerProcedureExecution.execute() |
Map<String,Object> |
SwaggerResponse.getNext() |
List<?> |
SwaggerProcedureExecution.getOutputParameterValues() |
protected io.swagger.models.Swagger |
SwaggerMetadataProcessor.getSchema(WSConnection conn) |
List<?> |
SwaggerProcedureExecution.next() |
void |
SwaggerMetadataProcessor.process(MetadataFactory mf,
WSConnection connection) |
InputStream |
XMLSerializer.serialize(Document doc) |
InputStream |
SwaggerSerializer.serialize(Document doc) |
InputStream |
JsonSerializer.serialize(Document doc) |
| Constructor and Description |
|---|
SwaggerProcedureExecution(Call command,
SwaggerExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
SwaggerResponse(InputStream payload,
Map<String,Object> headers,
SwaggerSerializer serializer,
boolean mapResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSWSDLProcedureExecution.cancel() |
void |
WSProcedureExecution.cancel() |
void |
BinaryWSProcedureExecution.cancel() |
ProcedureExecution |
WSExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
void |
WSWSDLProcedureExecution.execute() |
void |
WSProcedureExecution.execute() |
void |
BinaryWSProcedureExecution.execute() |
void |
WSExecutionFactory.getMetadata(MetadataFactory metadataFactory,
WSConnection conn) |
List<?> |
WSWSDLProcedureExecution.getOutputParameterValues() |
List<?> |
WSProcedureExecution.getOutputParameterValues() |
List<?> |
BinaryWSProcedureExecution.getOutputParameterValues() |
List<?> |
WSWSDLProcedureExecution.next() |
List<?> |
WSProcedureExecution.next() |
List<?> |
BinaryWSProcedureExecution.next() |
void |
WSDLMetadataProcessor.process(MetadataFactory mf,
WSConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
TranslatorException |
TickerCollectorVisitor.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
YahooExecution.cancel() |
ResultSetExecution |
YahooExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Object connectionFactory) |
void |
YahooExecution.execute() |
protected List<List<?>> |
YahooExecution.executeUrl(String yahooUrl) |
void |
YahooExecutionFactory.getMetadata(MetadataFactory metadataFactory,
Object connection) |
static Set<String> |
TickerCollectorVisitor.getTickers(Condition crit) |
List<?> |
YahooExecution.next() |
void |
YahooExecutionFactory.start() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.