Interface DataStoreDriver

    • Field Detail

      • REGISTRY_CLASSIFICATION

        static final String REGISTRY_CLASSIFICATION
    • Method Detail

      • getVersion

        String getVersion()
      • getJdbcDriver

        Driver getJdbcDriver()
      • getJdbcDriverVersion

        String getJdbcDriverVersion()
      • getConnectedIcon

        default 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

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

        String toString()
        Overrides:
        toString in class Object
        Returns:
        a description of the driver
      • isAdHocQuerySupported

        boolean isAdHocQuerySupported()