Uses of Class
generalDatabase.pamCursor.PamCursor
Package
Description
-
Uses of PamCursor in generalDatabase
Modifier and TypeMethodDescriptionDBControl.createPamCursor
(EmptyTableDefinition tableDefinition) abstract PamCursor
DBSystem.createPamCursor
(EmptyTableDefinition tableDefinition) MSAccessSystem.createPamCursor
(EmptyTableDefinition tableDefinition) ServerBasedSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in generalDatabase.lookupTables
Modifier and TypeMethodDescriptionLookUpTables.createLookupList
(PamCursor resultSet, String topic) -
Uses of PamCursor in generalDatabase.pamCursor
Modifier and TypeClassDescriptionclass
A wrapper around non scrollable cursors to make them behave in the same way as a scrollable cursor.class
Modifier 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
Modifier and TypeMethodDescriptionSqliteSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in generalDatabase.sqlServerExpress
Modifier and TypeMethodDescriptionSQLServerSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in generalDatabase.ucanAccess
Modifier and TypeMethodDescriptionUCanAccessSystem.createPamCursor
(EmptyTableDefinition tableDefinition) -
Uses of PamCursor in PamguardMVC.uid
Modifier and TypeMethodDescriptionDatabaseUIDFunctions.createUIDTrackerTable()
Create the tracker table in the database.Modifier and TypeMethodDescriptionboolean
DatabaseUIDFunctions.addToTable
(PamCursor c, UIDTrackerData uidData) Add the name/uid pair to the tracker table.