Uses of Class
oracle.kv.table.TableOpExecutionException
- 
Packages that use TableOpExecutionException Package Description oracle.kv.table Table support for Oracle NoSQL Database. - 
- 
Uses of TableOpExecutionException in oracle.kv.table
Methods in oracle.kv.table that throw TableOpExecutionException Modifier and Type Method Description java.util.List<TableOperationResult>TableAPI. execute(java.util.List<TableOperation> operations, WriteOptions writeOptions)This method provides an efficient and transactional mechanism for executing a sequence of operations associated with tables that share the same shard key portion of their primary keys. 
 -