public class X100ConnectionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
X100ConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IX100Connector |
createX100Connection(String jdbcUrl,
String user,
String password,
String tableName) |
static IX100Connector |
createX100Connection(String jdbcUrl,
String user,
String password,
String schema,
String tableName)
This method will create X100Connector object.
|
public static IX100Connector createX100Connection(String jdbcUrl, String user, String password, String schema, String tableName) throws ConnectionException
jdbcUrl - -- JDBC URL to connect to X100 Server (Example - jdbc:ingres://10.3.30.181:VW7/sqooptest)user - -- User ID to connecto X100 Server (Example - ingres)password - -- password connect to X100 Server (Example - ingres)tableName - -- table name to load the data (Example - testtable)ConnectionExceptionpublic static IX100Connector createX100Connection(String jdbcUrl, String user, String password, String tableName) throws ConnectionException
ConnectionExceptionCopyright © 2015 Actian Corporation. All Rights Reserved.