Data Control Language (or DCL) consists of statements that control security and concurrent access to table data.
Instructs the XDB Server to make permanent all data changes resulting from DML statements executed by a transaction.
Connects the application process (or user) to a designated XDB Server or DB2 location. This location becomes the current location for the application process or user.
Assigns access privileges to XDB Server users or applications.
Grants privileges on a user-defined sequence.
Extends XDB Server's automatic record and table level locking functions (in a multi-user system) by acquiring explicit locks on a particular table.
Cancels access privileges for XDB Server users or applications.
Revokes the privileges on a user-defined sequence.
Instructs the XDB Server to reverse the effect of any DML commands executed on a database by a transaction. Information recorded in a backward log is used to restore the database to a state existing before the transaction.
Removes table locks (in a multi-user system) acquired with the LOCK TABLE command.