Uses of Class
oracle.kv.ReturnValueVersion.Choice
- 
Packages that use ReturnValueVersion.Choice Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. - 
- 
Uses of ReturnValueVersion.Choice in oracle.kv
Methods in oracle.kv that return ReturnValueVersion.Choice Modifier and Type Method Description ReturnValueVersion.ChoiceReturnValueVersion. getReturnChoice()Returns the ReturnValueVersion.Choice used to create this object.static ReturnValueVersion.ChoiceReturnValueVersion.Choice. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReturnValueVersion.Choice[]ReturnValueVersion.Choice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.kv with parameters of type ReturnValueVersion.Choice Modifier and Type Method Description OperationOperationFactory. createDelete(Key key, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful)Create a Delete operation suitable for use as an argument to theexecutemethod.OperationOperationFactory. createDeleteIfVersion(Key key, Version version, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful)Create a Delete operation suitable for use as an argument to theexecutemethod.OperationOperationFactory. createPut(Key key, Value value, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful)Create a Put operation suitable for use as an argument to theexecutemethod.OperationOperationFactory. createPutIfAbsent(Key key, Value value, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful)Create a Put operation suitable for use as an argument to theexecutemethod.OperationOperationFactory. createPutIfPresent(Key key, Value value, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful)Create a Put operation suitable for use as an argument to theexecutemethod.OperationOperationFactory. createPutIfVersion(Key key, Value value, Version version, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful)Create a Put operation suitable for use as an argument to theexecutemethod.Constructors in oracle.kv with parameters of type ReturnValueVersion.Choice Constructor Description ReturnValueVersion(ReturnValueVersion.Choice returnChoice)Creates an object for returning the value, version or both. 
 -