Interface | Description |
---|---|
SQLDialect |
A pruned version of a Hibernate
Dialect for use by Teiid |
Class | Description |
---|---|
AliasModifier | |
ConvertModifier |
Base class for handling the convert function.
|
ConvertModifier.FormatModifier | |
EscapeSyntaxModifier |
Wrap a function in standard JDBC escape syntax.
|
ExtractFunctionModifier |
Convert the YEAR/MONTH/DAY etc.
|
FunctionModifier |
Implementations of this interface are used to modify Teiid functions
coming in to the connector into alternate datasource-specific language, if
necessary.
|
JDBCBaseExecution | |
JDBCDirectQueryExecution | |
JDBCExecutionFactory |
JDBC implementation of Connector interface.
|
JDBCMetadataProcessor |
Reads from
DatabaseMetaData and creates metadata through the MetadataFactory . |
JDBCMetdataProcessor | Deprecated |
JDBCPlugin | |
JDBCProcedureExecution | |
JDBCQueryExecution | |
JDBCUpdateExecution | |
LocateFunctionModifier |
A modifier class that can be used to translate the scalar function
locate(search_string, source_string) and
locate(search_string, source_string, start_index) to a function
or expression that can be used at the data source. |
ModFunctionModifier |
Adds mod (remainder) support for non-integral types
|
ParseFormatFunctionModifier | |
SimpleJDBCExecutionFactory |
This is a "simple" capabilities class that allows criteria but no
complicated joins, subqueries, etc to be passed to the connector.
|
SQLConversionVisitor |
This visitor takes an ICommand and does DBMS-specific conversion on it
to produce a SQL String.
|
TemplateFunctionModifier |
Modifier for cases where arguments need to be rearranged
or new text needs to be added.
|
TranslatedCommand |
This is a utility class used to translate an ICommand using a SQLConversionVisitor.
|
Version |
Represents a comparable version
|
Enum | Description |
---|---|
JDBCExecutionFactory.StructRetrieval | |
JDBCPlugin.Event |
Exception | Description |
---|---|
JDBCExecutionException |
Copyright © 2020. All rights reserved.