de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace
Class EAAccessConnection

java.lang.Object
  extended by de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace.EAAccessConnection
All Implemented Interfaces:
Closeable

public class EAAccessConnection
extends Object
implements Closeable

Author:
Johannes Echterhoff (echterhoff interactive-instruments de)

Field Summary
protected  Connection conn
           
 Boolean isValid
           
 
Constructor Summary
EAAccessConnection(String dbJdbcDriver, String dbDriver, String dbServiceName, String dbuser, String dbpassw)
           
 
Method Summary
 void close()
           
protected  void connect()
           
 void establishAssociationClass(int connectorID, int elementID)
           
 void initialise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isValid

public Boolean isValid

conn

protected Connection conn
Constructor Detail

EAAccessConnection

public EAAccessConnection(String dbJdbcDriver,
                          String dbDriver,
                          String dbServiceName,
                          String dbuser,
                          String dbpassw)
                   throws DatabaseException
Throws:
DatabaseException
Method Detail

initialise

public void initialise()
                throws DatabaseException
Throws:
DatabaseException

connect

protected void connect()
                throws DatabaseException
Throws:
DatabaseException

close

public void close()
Specified by:
close in interface Closeable

establishAssociationClass

public void establishAssociationClass(int connectorID,
                                      int elementID)
                               throws DatabaseException
Throws:
DatabaseException


Copyright © 2015. All rights reserved.