IqDataSourceFactory implementations.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.
IqDataSource javadoc for why this class is separate from the other SqlExecutor classes
For that same reason, we must mark this as non-transactionalCopyright © 2017 Goldman Sachs. All rights reserved.