From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ecpg-sql-commands.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/src/sgml/html/ecpg-sql-commands.html (limited to 'doc/src/sgml/html/ecpg-sql-commands.html') diff --git a/doc/src/sgml/html/ecpg-sql-commands.html b/doc/src/sgml/html/ecpg-sql-commands.html new file mode 100644 index 0000000..63a290f --- /dev/null +++ b/doc/src/sgml/html/ecpg-sql-commands.html @@ -0,0 +1,7 @@ + +36.14. Embedded SQL Commands

36.14. Embedded SQL Commands

ALLOCATE DESCRIPTOR — allocate an SQL descriptor area
CONNECT — establish a database connection
DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
DECLARE — define a cursor
DECLARE STATEMENT — declare SQL statement identifier
DESCRIBE — obtain information about a prepared statement or result set
DISCONNECT — terminate a database connection
EXECUTE IMMEDIATE — dynamically prepare and execute a statement
GET DESCRIPTOR — get information from an SQL descriptor area
OPEN — open a dynamic cursor
PREPARE — prepare a statement for execution
SET AUTOCOMMIT — set the autocommit behavior of the current session
SET CONNECTION — select a database connection
SET DESCRIPTOR — set information in an SQL descriptor area
TYPE — define a new data type
VAR — define a variable
WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised

+ This section describes all SQL commands that are specific to + embedded SQL. Also refer to the SQL commands listed + in SQL Commands, which can also be used in + embedded SQL, unless stated otherwise. +

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