Open generic function
Sends a database-statement to the DBMS server to be executed and collects its return values.
execute database-statement #key all-keys => result-set
<string>.
<result-set>.
sql
sql
Allows a string to create and send a database-statement to the DBMS server to be executed, and returns result-set. If the statement does not cause the DBMS to return any values, this generic function's return value will be an instance of <empty-result-set> (a subclass of <result-set>). See also, "execute" on page 24.