Uses of Class
oracle.jdbc.replay.ReplayableConnection.StatisticsReportType
-
Packages that use ReplayableConnection.StatisticsReportType Package Description oracle.jdbc.replay Provides interfaces and factory methods for Application Continuity. -
-
Uses of ReplayableConnection.StatisticsReportType in oracle.jdbc.replay
Methods in oracle.jdbc.replay that return ReplayableConnection.StatisticsReportType Modifier and Type Method Description static ReplayableConnection.StatisticsReportTypeReplayableConnection.StatisticsReportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReplayableConnection.StatisticsReportType[]ReplayableConnection.StatisticsReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.jdbc.replay with parameters of type ReplayableConnection.StatisticsReportType Modifier and Type Method Description voidReplayableConnection. clearReplayStatistics(ReplayableConnection.StatisticsReportType reportType)Clears replay statistics accumulated so far.ReplayStatisticsReplayableConnection. getReplayStatistics(ReplayableConnection.StatisticsReportType reportType)Obtains replay statistics accumulated so far.
-