Previous Topic

Next Topic

Get Dbevent

Valid in: ESQL

The Get Dbevent statement receives database events for which an application is registered. The get dbevent statement returns the next database event from the database event queue. To obtain database event information, issue the inquire_sql statement.

Previous Topic

Next Topic

Syntax

The Get Dbevent statement has the following format:

EXEC SQL GET DBEVENT [WITH NOWAIT | WAIT [= wait_value]];

Previous Topic

Next Topic

Permissions

All users are permitted to use this statement.

Previous Topic

Next Topic

Related Statements

Create Dbevent

Drop Dbevent

Raise Dbevent

Register Dbevent

Remove Dbevent


© 2007 Ingres Corporation. All rights reserved.