| Interface | Description |
|---|---|
| IqDataSourceFactory |
Factory interface for creating IQ DataSources.
|
| Class | Description |
|---|---|
| AbstractIqDataSourceFactory |
Common baseclass for
IqDataSourceFactory implementations. |
| IqDataSource |
Datasource to allow modifications of schemas in IQ using the schema user ID, instead of a dbo account.
|
| IqDbPlatform |
Sybase IQ DBMS platform implementation.
|
| IqJconnDataSourceFactory |
JConnect JDBC driver factory.
|
| IqJdbcDataSourceFactory |
DataSourceFactory for the Sybase IQ implementation, which has additional complications compared to other
DBMS types:
Returns an IqDataSource instead of a regular DataSource, as we need to have separate datasources and
connections across IQ schemas due to a lack of a DBO account in typical cases
Determining which driver to use, whether using JDBC or ODBC.
|
| IqOdbcDataSourceFactory |
ODBC driver data source factory.
|
| IqOldOdbcDataSourceFactory |
ODBC driver data source factory using the old driver.
|
| IqPostDeployAction |
Recompiling views after deployments as this is causing issues often in IQ.
|
| IqSqlExecutor |
See
IqDataSource javadoc for why this class is separate from the other SqlExecutor classes
For that same reason, we must mark this as non-transactional |
| IqToH2TranslationDialect | |
| IqToHsqlTranslationDialect | |
| IqToInMemorySqlTranslator | |
| SybaseIqAppContext |
Copyright © 2017 Goldman Sachs. All rights reserved.