Uses of Class
generalDatabase.pamCursor.PamCursor
Packages that use PamCursor
Package
Description
-
Uses of PamCursor in generalDatabase
Methods in generalDatabase that return PamCursorModifier and TypeMethodDescriptionDBControl.createPamCursor
(EmptyTableDefinition tableDefinition) abstract PamCursor
DBSystem.createPamCursor
(EmptyTableDefinition tableDefinition) MSAccessSystem.createPamCursor
(EmptyTableDefinition tableDefinition) ServerBasedSystem.createPamCursor
(EmptyTableDefinition tableDefinition) Methods in generalDatabase with parameters of type PamCursorModifier and TypeMethodDescriptionprotected int
SQLLogging.insertCursorRow
(PamConnection connection, PamCursor pamCursor, PamDataUnit aUnit) Used in standard offline save to add data to a scrollable cursor and adds the cursor row id to the data unit.protected int
SuperDetLogging.insertCursorRow
(PamConnection connection, PamCursor pamCursor, PamDataUnit aUnit) protected void
SQLLogging.updateCursorRow
(PamConnection connection, PamCursor pamCursor, PamDataUnit aUnit) Used in standard offline save to update data in a scrollable cursor.protected void
SuperDetLogging.updateCursorRow
(PamConnection connection, PamCursor pamCursor, PamDataUnit aUnit) -
Uses of PamCursor in generalDatabase.lookupTables
Methods in generalDatabase.lookupTables with parameters of type PamCursorModifier and TypeMethodDescriptionLookUpTables.createLookupList
(PamCursor resultSet, String topic) -
Uses of PamCursor in generalDatabase.pamCursor
Subclasses of PamCursor in generalDatabase.pamCursorModifier and TypeClassDescriptionclass
A wrapper around non scrollable cursors to make them behave in the same way as a scrollable cursor.class
Methods in generalDatabase.pamCursor that return PamCursorModifier and TypeMethodDescriptionstatic PamCursor
PamCursorManager.createCursor
(EmptyTableDefinition tableDefinition) Create a cursor using the connection to the main databasestatic PamCursor
PamCursorManager.createCursor
(PamConnection connection, EmptyTableDefinition tableDefinition) Create a cursor using any connection to a database.CursorFinder.getCursor
(PamConnection con, EmptyTableDefinition tableDefinition) -
Uses of PamCursor in generalDatabase.sqlite
Methods in generalDatabase.sqlite that return PamCursorModifier and TypeMethodDescriptionSqliteSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in generalDatabase.sqlServerExpress
Methods in generalDatabase.sqlServerExpress that return PamCursorModifier and TypeMethodDescriptionSQLServerSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in generalDatabase.ucanAccess
Methods in generalDatabase.ucanAccess that return PamCursorModifier and TypeMethodDescriptionUCanAccessSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in PamguardMVC.uid
Methods in PamguardMVC.uid that return PamCursorModifier and TypeMethodDescriptionDatabaseUIDFunctions.createUIDTrackerTable()
Create the tracker table in the database.Methods in PamguardMVC.uid with parameters of type PamCursorModifier and TypeMethodDescriptionboolean
DatabaseUIDFunctions.addToTable
(PamCursor c, UIDTrackerData uidData) Add the name/uid pair to the tracker table.