public abstract class AbstractIqDataSourceFactory extends Object implements IqDataSourceFactory
IqDataSourceFactory implementations.| Constructor and Description |
|---|
AbstractIqDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
createDataSource(DbEnvironment env,
com.gs.obevo.util.inputreader.Credential credential,
String schema,
int numThreads)
Creates a JDBC DataSource from the given parameters.
|
protected abstract org.eclipse.collections.api.tuple.Pair<String,String> |
getUrl(DbEnvironment env,
String schema,
com.gs.obevo.util.inputreader.Credential credential) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDriverAccepted, isIqClientLoadSupportedpublic final DataSource createDataSource(DbEnvironment env, com.gs.obevo.util.inputreader.Credential credential, String schema, int numThreads)
IqDataSourceFactorycreateDataSource in interface IqDataSourceFactoryprotected abstract org.eclipse.collections.api.tuple.Pair<String,String> getUrl(DbEnvironment env, String schema, com.gs.obevo.util.inputreader.Credential credential)
Copyright © 2017 Goldman Sachs. All rights reserved.