public interface IqDataSourceFactory
| 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.
|
boolean |
isDriverAccepted(Class<? extends Driver> driverClass)
Indicates if this IqDataSourceFactory can work w/ the given driver.
|
boolean |
isIqClientLoadSupported() |
boolean isDriverAccepted(Class<? extends Driver> driverClass)
DataSource createDataSource(DbEnvironment env, com.gs.obevo.util.inputreader.Credential credential, String schema, int numThreads)
boolean isIqClientLoadSupported()
Copyright © 2017 Goldman Sachs. All rights reserved.