Uses of Enum Class
oracle.jdbc.replay.ReplayableConnection.StatisticsReportType
Packages that use ReplayableConnection.StatisticsReportType
Package
Description
Provides interfaces and factory methods for Application Continuity.
-
Uses of ReplayableConnection.StatisticsReportType in oracle.jdbc.replay
Methods in oracle.jdbc.replay that return ReplayableConnection.StatisticsReportTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ReplayableConnection.StatisticsReportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.jdbc.replay with parameters of type ReplayableConnection.StatisticsReportTypeModifier and TypeMethodDescriptionvoidReplayableConnection.clearReplayStatistics(ReplayableConnection.StatisticsReportType reportType) Clears replay statistics accumulated so far.ReplayableConnection.getReplayStatistics(ReplayableConnection.StatisticsReportType reportType) Obtains replay statistics accumulated so far.