-
Notifications
You must be signed in to change notification settings - Fork 8
Top Level Error Handling and User Notification Functions
Ecmel Ercan edited this page Jul 3, 2025
·
3 revisions
User visible notifications regarding query executions should be handled on the following functions. Call hierarchy below those functions should only use DEBUG level notifications.
- serverCommand.runQuery() (1)
- serverCommand.executeQuery() (4)
- dataSourceCommand.runDataSource() (4)
- dataSourceCommand.populateScratchpad() (3)
- serverCommand.executeQuery()
- dataSourceCommand.runDataSource()
- dataSourceCommand.populateScratchpad()
- connectionManagerService.instance.refreshGetMeta()
- dataSourceCommand.runDataSource()
- dataSourceCommand.populateScratchpad()
- serverCommand.executeQuery()
- dataSourceCommand.runDataSource()