public class IqJdbcDataSourceFactory extends Object implements DataSourceFactory
DataSourceFactory for the Sybase IQ implementation, which has additional complications compared to other
DBMS types:
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| Constructor and Description |
|---|
IqJdbcDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
IqDataSource |
createDataSource(DbEnvironment env,
com.gs.obevo.util.inputreader.Credential credential,
int numThreads) |
protected IqDataSourceFactory |
determineSubDataSourceFactory(DbEnvironment env,
Class<? extends Driver> driverClass) |
public IqDataSource createDataSource(DbEnvironment env, com.gs.obevo.util.inputreader.Credential credential, int numThreads)
createDataSource in interface DataSourceFactoryprotected IqDataSourceFactory determineSubDataSourceFactory(DbEnvironment env, Class<? extends Driver> driverClass)
Copyright © 2017 Goldman Sachs. All rights reserved.