Class MariadbDataStoreDriver

java.lang.Object
com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSDriver
com.vividsolutions.jump.datastore.mariadb.MariadbDataStoreDriver
All Implemented Interfaces:
DataStoreDriver
Direct Known Subclasses:
MysqlDataStoreDriver, MysqlMariadbDataStoreDriver

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

  • Constructor Details

    • MariadbDataStoreDriver

      public MariadbDataStoreDriver()
  • 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 - list of parameters to connect to a MariadbDataStore
      Returns:
      a Connection to a MariadbDataStore
      Throws:
      Exception - if an exception occurs while building the connection
    • 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.