Class AbstractDatabaseQuirks

    • Constructor Detail

      • AbstractDatabaseQuirks

        public AbstractDatabaseQuirks()
    • Method Detail

      • tableExistsChecksCatalog

        public abstract boolean tableExistsChecksCatalog()
        Whether the SQLIntf.tableExists(String) method checks the catalog as well.
        Returns:
        true if to check
      • handles

        public abstract boolean handles​(String url)
        Checks whether this URL is handled.
        Parameters:
        url - the URL to check
        Returns:
        true if handled by this type class
      • getHandler

        public static AbstractDatabaseQuirks getHandler​(String url)
        Returns the handler for the JDBC url.
        Parameters:
        url - the URL
        Returns:
        the handler, null if no support available