Previous Topic

Next Topic

End Declare Section

Valid in: ESQL

The End Declare Section statement marks the end of a host language variable declaration section.

A host language variable declaration section contains declarations of host language variables for use in an embedded SQL program. The begin declare section statement starts each variable declaration section. For more information about declaration sections and host language variables, see Begin Declare .

Previous Topic

Next Topic

Syntax

The End Declare Section statement has the following format:

EXEC SQL END DECLARE SECTION;

Previous Topic

Next Topic

Permissions

All users are permitted to use this statement.

Previous Topic

Next Topic

Related Statements

Begin Declare

Declare Table

Include


© 2007 Ingres Corporation. All rights reserved.