Previous Topic

Next Topic

Enddata

Valid in: ESQL

The Enddata statement terminates retrieval of long varchar or long byte data in a data handler routine. Long varchar and long byte data is retrieved using the get data statement.

Previous Topic

Next Topic

Syntax

The Enddata statement has the following format:

EXEC SQL ENDDATA;

Previous Topic

Next Topic

Permissions

All users are permitted to use this statement.

Previous Topic

Next Topic

Examples: Enddata

For examples of the Enddata statement in the context of a data handler routine, see the chapter "Working with Embedded SQL."


© 2007 Ingres Corporation. All rights reserved.