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
-
public class UserCustomWrapperConnection extends UserWrapperConnection<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>
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
Constructors Constructor Description UserCustomWrapperConnection(GeoPackageConnection database)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserCustomCursorwrapCursor(Cursor cursor)Wrap the cursor in a result-
Methods inherited from class mil.nga.geopackage.user.UserWrapperConnection
convertCursor
-
-
-
-
Constructor Detail
-
UserCustomWrapperConnection
public UserCustomWrapperConnection(GeoPackageConnection database)
Constructor- Parameters:
database- GeoPackage connection
-
-
Method Detail
-
wrapCursor
protected UserCustomCursor wrapCursor(Cursor cursor)
Wrap the cursor in a result- Specified by:
wrapCursorin classUserWrapperConnection<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>- Parameters:
cursor- cursor- Returns:
- result
-
-