Class OracleDataStoreDriver

All Implemented Interfaces:
DataStoreDriver

public class OracleDataStoreDriver extends AbstractSpatialDatabasesDSDriver
A driver for supplying SpatialDatabasesDSConnections
  • Field Details

  • Constructor Details

    • OracleDataStoreDriver

      public OracleDataStoreDriver()
      Constructor TODO: static variables for fields
  • Method Details

    • createConnection

      public DataStoreConnection createConnection(ParameterList params) throws Exception
      returns the right type of DataStoreConnection
      Specified by:
      createConnection in interface DataStoreDriver
      Specified by:
      createConnection in class AbstractSpatialDatabasesDSDriver
      Parameters:
      params - parameters of this DataStoreConnection
      Returns:
      a DataStoreConnection
      Throws:
      Exception - if an Exception occurs
    • getConnectedIcon

      public Icon getConnectedIcon()
      Default icon for this driver after a connection to the datastore has been set. Subclass should overload this method to offer a database specific icon.
    • getDisconnectedIcon

      public Icon getDisconnectedIcon()
      Default icon for this driver when there is no active connection. Subclass should overload this method to offer a database specific icon.