Close statement for a relational database

You can use the EGL close statement to close an SQL data source or a result set.

Syntax



Syntax diagram for the close statement with SQL

SQLDataSource
A variable of type SQLDataSource. The variable includes connection details or references an EGL deployment descriptor entry that provides access to the connection details.
SQLResultSet
An SQL result set that was established by an open statement.
close myConnection;

Compatibility

Table 1. Compatibility
Target Issue
Java No issues
JavaScript Database access is not supported in JavaScript.