public class EAAccessConnection extends Object implements Closeable
Modifier and Type | Field and Description |
---|---|
protected Connection |
conn |
Boolean |
isValid |
Constructor and Description |
---|
EAAccessConnection(String dbJdbcDriver,
String dbDriver,
String dbServiceName,
String dbuser,
String dbpassw) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
connect() |
void |
establishAssociationClass(int connectorID,
int elementID) |
void |
initialise() |
public Boolean isValid
protected Connection conn
public EAAccessConnection(String dbJdbcDriver, String dbDriver, String dbServiceName, String dbuser, String dbpassw) throws DatabaseException
DatabaseException
public void initialise() throws DatabaseException
DatabaseException
protected void connect() throws DatabaseException
DatabaseException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public void establishAssociationClass(int connectorID, int elementID) throws DatabaseException
DatabaseException
Copyright © 2018. All rights reserved.