Package mil.nga.geopackage.user.custom
Class UserCustomInvalidCursor
java.lang.Object
mil.nga.geopackage.user.UserInvalidCursor<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor,UserCustomDao>
mil.nga.geopackage.user.custom.UserCustomInvalidCursor
- All Implemented Interfaces:
Iterable<UserCustomRow>
,Result
,UserCoreResult<UserCustomColumn,
UserCustomTable, UserCustomRow>
public class UserCustomInvalidCursor
extends UserInvalidCursor<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor,UserCustomDao>
User Custom Invalid Cursor wrapper for user custom requery to handle failed rows due to large blobs
- Since:
- 3.0.1
-
Constructor Summary
ConstructorDescriptionUserCustomInvalidCursor
(UserCustomDao dao, UserCustomCursor cursor, List<Integer> invalidPositions, List<UserCustomColumn> blobColumns) Constructor -
Method Summary
Methods inherited from class mil.nga.geopackage.user.UserInvalidCursor
close, getBlob, getColumnCount, getColumnIndex, getColumns, getCount, getDouble, getFloat, getId, getInt, getLong, getPosition, getRow, getRow, getSelectionArgs, getShort, getSql, getString, getTable, getTableName, getType, getValue, getValue, getValue, getValue, ids, iterator, moveToFirst, moveToNext, moveToPosition, wasNull
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
UserCustomInvalidCursor
public UserCustomInvalidCursor(UserCustomDao dao, UserCustomCursor cursor, List<Integer> invalidPositions, List<UserCustomColumn> blobColumns) Constructor- Parameters:
dao
- user custom daocursor
- user custom cursorinvalidPositions
- invalid positions from a previous cursorblobColumns
- blob columns
-