Online Google Dictionary

atomically 中文解釋 wordnet sense Collocation Usage Collins Definition
  1. The atom is a basic unit of matter that consists of a dense, central nucleus surrounded by a cloud of negatively charged electrons. ...
  2. (Atomicity (database systems)) In database systems, atomicity (or atomicness) is one of the ACID transaction properties. In an atomic transaction, a series of database operations either all occur, or nothing occurs. ...
  3. (Atomicity (programming)) In concurrent programming, an operation (or set of operations) is atomic, linearizable, indivisible or uninterruptible if it appears to the rest of the system to occur instantaneously. Atomicity is a guarantee of isolation from concurrent processes. ...
  4. (atomicity) The quality or state of being atomic—of being indivisible; The number of atoms in a molecule; The state of a system (often a database system) in which either all stages complete or none complete
  5. (atomicity) Property of a transaction that ensures that a sequence of operations are performed as an indivisible unit--either all the operations are performed on the federated database or none is performed.
  6. (Atomicity) All state changes within a transaction are atomic - either all changes happen or no changes happen.