SET IMPLICIT_TRANSACTIONS#

Sets the BEGIN TRANSACTION mode to implicit, for the connection.

Syntax#

SET IMPLICIT_TRANSACTIONS { ON | OFF }  [;]

Remarks#

Argument values are ignored and do not change the default behavior.

Permissions#

Requires membership in the public role.

See Also#