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:
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
Constructors Constructor Description UserCustomInvalidCursor(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, getShort, getString, getTable, getTableName, getType, getValue, getValue, getValue, getValue, moveToFirst, moveToNext, moveToPosition, wasNull
-
-
-
-
Constructor Detail
-
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
-
-