Class ContentsIdDao

    • Constructor Detail

    • Method Detail

      • create

        public static ContentsIdDao create​(GeoPackageCore geoPackage)
        Create the DAO
        Parameters:
        geoPackage - GeoPackage
        Returns:
        dao
        Since:
        4.0.0
      • queryForTableName

        public ContentsId queryForTableName​(String tableName)
        Query by table name
        Parameters:
        tableName - table name
        Returns:
        contents id
      • deleteByTableName

        public int deleteByTableName​(String tableName)
                              throws SQLException
        Delete by table name
        Parameters:
        tableName - table name
        Returns:
        rows deleted
        Throws:
        SQLException - upon failure