Uses of Enum
oracle.kv.table.ReturnRow.Choice
Packages that use ReturnRow.Choice
-
Uses of ReturnRow.Choice in oracle.kv.table
Methods in oracle.kv.table that return ReturnRow.ChoiceModifier and TypeMethodDescriptionReturnRow.getReturnChoice()Returns the Choice of what information is returned.static ReturnRow.ChoiceReturns the enum constant of this type with the specified name.static ReturnRow.Choice[]ReturnRow.Choice.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.kv.table with parameters of type ReturnRow.ChoiceModifier and TypeMethodDescriptionTableOperationFactory.createDelete(PrimaryKey key, ReturnRow.Choice prevReturn, boolean abortIfUnsuccessful) Create a Delete operation suitable for use as an argument to theexecutemethod.TableOperationFactory.createDeleteIfVersion(PrimaryKey key, Version versionMatch, ReturnRow.Choice prevReturn, boolean abortIfUnsuccessful) Create a Delete operation suitable for use as an argument to theexecutemethod.TableOperationFactory.createPut(Row row, ReturnRow.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.TableOperationFactory.createPutIfAbsent(Row row, ReturnRow.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.TableOperationFactory.createPutIfPresent(Row row, ReturnRow.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.TableOperationFactory.createPutIfVersion(Row row, Version versionMatch, ReturnRow.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.Table.createReturnRow(ReturnRow.Choice returnChoice) Creates a ReturnRow object for the ReturnRow parameter in table put and delete methods inTableAPIsuch asTableAPI.put(oracle.kv.table.Row, oracle.kv.table.ReturnRow, oracle.kv.table.WriteOptions)andTableAPI.delete(oracle.kv.table.PrimaryKey, oracle.kv.table.ReturnRow, oracle.kv.table.WriteOptions).