From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html (limited to 'doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html') diff --git a/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html b/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html new file mode 100644 index 0000000..9ebdd18 --- /dev/null +++ b/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html @@ -0,0 +1,16 @@ + +DEALLOCATE DESCRIPTOR

DEALLOCATE DESCRIPTOR

DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area

Synopsis

+DEALLOCATE DESCRIPTOR name
+

Description

+ DEALLOCATE DESCRIPTOR deallocates a named SQL + descriptor area. +

Parameters

name

+ The name of the descriptor which is going to be deallocated. + It is case sensitive. This can be an SQL identifier or a host + variable. +

Examples

+EXEC SQL DEALLOCATE DESCRIPTOR mydesc;
+

Compatibility

+ DEALLOCATE DESCRIPTOR is specified in the SQL + standard. +

\ No newline at end of file -- cgit v1.2.3