Programming Guide |
This chapter lists the keywords for Panther's database drivers. Avoid using these keywords as identifiers, particularly for cursors, connections, engines, and transactions. Also, avoid using these keywords when naming Panther variables which will be used in a DBMS
statement. Since keywords are not case-sensitive, the following two statements are equivalent:
dbms close_all_connections
DBMS CLOSE_ALL_CONNECTIONS