Uses of Class
mil.nga.geopackage.extension.related.UserMappingRow
-
Packages that use UserMappingRow Package Description mil.nga.geopackage.extension.nga.style mil.nga.geopackage.extension.related -
-
Uses of UserMappingRow in mil.nga.geopackage.extension.nga.style
Subclasses of UserMappingRow in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description class
StyleMappingRow
Style Mapping Row containing the values from a single result set row -
Uses of UserMappingRow in mil.nga.geopackage.extension.related
Methods in mil.nga.geopackage.extension.related that return UserMappingRow Modifier and Type Method Description UserMappingRow
UserMappingRow. copy()
Copy the rowUserMappingRow
UserMappingDao. getRow(UserCustomResultSet resultSet)
Get the user mapping row from the current result set locationUserMappingRow
UserMappingDao. getRow(UserCustomRow row)
Get a user mapping row from the user custom rowUserMappingRow
UserMappingDao. newRow()
Methods in mil.nga.geopackage.extension.related with parameters of type UserMappingRow Modifier and Type Method Description int
UserMappingDao. countByBaseId(UserMappingRow userMappingRow)
Count by base idint
UserMappingDao. countByIds(UserMappingRow userMappingRow)
Count by both base id and related idint
UserMappingDao. countByRelatedId(UserMappingRow userMappingRow)
Count by related idint
UserMappingDao. deleteByBaseId(UserMappingRow userMappingRow)
Delete user mappings by base idint
UserMappingDao. deleteByIds(UserMappingRow userMappingRow)
Delete user mappings by both base id and related idint
UserMappingDao. deleteByRelatedId(UserMappingRow userMappingRow)
Delete user mappings by related idUserCustomResultSet
UserMappingDao. queryByBaseId(UserMappingRow userMappingRow)
Query by base idUserCustomResultSet
UserMappingDao. queryByIds(UserMappingRow userMappingRow)
Query by both base id and related idUserCustomResultSet
UserMappingDao. queryByRelatedId(UserMappingRow userMappingRow)
Query by related idConstructors in mil.nga.geopackage.extension.related with parameters of type UserMappingRow Constructor Description UserMappingRow(UserMappingRow userMappingRow)
Copy Constructor
-