| 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 | |
| JDBCExecutionFactory |
JDBC implementation of Connector interface.
|
| JDBCMetdataProcessor |
Reads from
DatabaseMetaData and creates metadata through the MetadataFactory. |
| 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.
|
| TranslatedCommand |
This is a utility class used to translate an ICommand using a SQLConversionVisitor.
|
| Enum | Description |
|---|---|
| JDBCPlugin.Event |
| Exception | Description |
|---|---|
| JDBCExecutionException |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.