Interface DataCatalogue

    • Method Detail

      • getById

        ResultSet getById​(int id)
        Get a result set by database id
        Parameters:
        id - The database id (primary key)
        Returns:
        The result set
      • isAvailable

        default boolean isAvailable​(int id)
        Checks if a procedure is available and unique by id
        Parameters:
        id - The database id (primary key)
        Returns:
        true if available, false otherwise