The manual Page
Version française
   
index | glossary | news | downloads | links ]
  man pages
section 1
section 2
section 3
section 4
section 5
section 6
section 7
section 8
section 9
section l
section n
section o
 
news
glossary
links
downloads
 
credits
contact
 
 
search
 
last update
19/02/2003
Valid HTML 4.0!
Valid CSS!
Hit-Parade
Mesurez votre audience


  commit(l)
COMMIT(l)                                               COMMIT(l)

NAME
       COMMIT - Commits the current transaction

SYNOPSIS
       COMMIT [ WORK | TRANSACTION ]

   INPUTS
       WORK

       TRANSACTION
              Optional keywords. They have no effect.

   OUTPUTS
       END    Message returned if the transaction is successfully
              committed.

       NOTICE EndTransactionBlock and not inprogress/abort state
              If there is no transaction in progress.

DESCRIPTION
       COMMIT commits the current transaction. All  changes  made
       by  the transaction become visible to others and are guar-
       anteed to be durable if a crash occurs.

   NOTES
       The keywords WORK and TRANSACTION are  noise  and  can  be
       omitted.

       Use rollback(l) to abort a transaction.

USAGE
       To make all changes permanent:

       COMMIT WORK;

COMPATIBILITY
   SQL92
       Full compatibility.

SQL - Language Statements 15 August 1999                        1

printable format printable format



Copyright © 2000-2002 themanualpage.org - This site is submissive to the terms of the GNU GPL and FDL licences.