Uses of Enum
oracle.kv.pubsub.StreamOperation.TransactionEvent.TransactionType
Packages that use StreamOperation.TransactionEvent.TransactionType
Package
Description
Provides the classes used to define a Subscription to all logical changes
(table row puts and deletes) made to a NoSQL store.
-
Uses of StreamOperation.TransactionEvent.TransactionType in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return StreamOperation.TransactionEvent.TransactionTypeModifier and TypeMethodDescriptionStreamOperation.TransactionEvent.getTransactionType()Returns the type of the transaction asStreamOperation.TransactionEvent.TransactionTypeReturns the enum constant of this type with the specified name.StreamOperation.TransactionEvent.TransactionType.values()Returns an array containing the constants of this enum type, in the order they are declared.