public IqDataSourceFactory
Factory interface for creating IQ DataSources. The data source can vary based on the connection type (jconnect vs. odbc). For history on the drivers to use, see here: http://scn.sap.com/community/sql-anywhere/blog/2014/05/02/connecting-to-sql-anywhere-using-jdbc
| Modifier and Type | Method and Description |
|---|---|
javax.sql.DataSource |
createDataSource()
Creates a JDBC DataSource from the given parameters.
|
boolean |
isDriverAccepted()
Indicates if this IqDataSourceFactory can work w/ the given driver.
|
boolean |
isIqClientLoadSupported() |