Package mil.nga.geopackage.user.custom
Class UserCustomWrapperConnection
java.lang.Object
mil.nga.geopackage.user.UserCoreConnection<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>
   
mil.nga.geopackage.user.UserConnection<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>
   
mil.nga.geopackage.user.UserWrapperConnection<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>
   
mil.nga.geopackage.user.custom.UserCustomWrapperConnection
@Deprecated
public class UserCustomWrapperConnection
extends UserWrapperConnection<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>   
Deprecated.
GeoPackage User Custom Cursor Wrapper Connection
- Since:
- 3.0.1
- 
Field SummaryFields inherited from class mil.nga.geopackage.user.UserConnectiondatabase, table
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Constructor
- 
Method SummaryModifier and TypeMethodDescriptionprotected UserCustomCursorwrapCursor(android.database.Cursor cursor) Deprecated.Wrap the cursor in a resultMethods inherited from class mil.nga.geopackage.user.UserWrapperConnectionconvertCursor
- 
Constructor Details- 
UserCustomWrapperConnectionDeprecated.Constructor- Parameters:
- database- GeoPackage connection
 
 
- 
- 
Method Details- 
wrapCursorDeprecated.Wrap the cursor in a result- Specified by:
- wrapCursorin class- UserWrapperConnection<UserCustomColumn,- UserCustomTable, - UserCustomRow, - UserCustomCursor> 
- Parameters:
- cursor- cursor
- Returns:
- result
 
 
- 
UserCustomDaoto query user custom tables