Class JdbcDatabaseManager.JdbcDatabase

    • Method Detail

      • isEmbedded

        protected boolean isEmbedded()
        Returns:
        Whether the database is embedded
      • getDriverClassName

        public String getDriverClassName()
        Returns:
        The name of the driver class
      • getValidationQuery

        public String getValidationQuery()
        Returns:
        The query to run to the validate the connection
      • containsPrefix

        public boolean containsPrefix​(String prefix)
        Parameters:
        prefix - The prefix to check
        Returns:
        Whether the url prefixes contain the prefix