Package mil.nga.geopackage.user.custom
Class UserCustomWrapperConnection
java.lang.Object
mil.nga.geopackage.user.UserCoreConnection<TColumn,TTable,TRow,TResult>
mil.nga.geopackage.user.UserConnection<TColumn,TTable,TRow,TResult>
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 Summary
Fields inherited from class mil.nga.geopackage.user.UserConnection
database, table
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected UserCustomCursor
wrapCursor
(Cursor cursor) Deprecated.Wrap the cursor in a resultMethods inherited from class mil.nga.geopackage.user.UserWrapperConnection
convertCursor
-
Constructor Details
-
UserCustomWrapperConnection
Deprecated.Constructor- Parameters:
database
- GeoPackage connection
-
-
Method Details
-
wrapCursor
Deprecated.Wrap the cursor in a result- Specified by:
wrapCursor
in classUserWrapperConnection<UserCustomColumn,
UserCustomTable, UserCustomRow, UserCustomCursor> - Parameters:
cursor
- cursor- Returns:
- result
-
UserCustomDao
to query user custom tables