Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Uses of Class
oracle.jdbc.replay.ReplayableConnection.StatisticsReportType

Packages that use ReplayableConnection.StatisticsReportType
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
static ReplayableConnection.StatisticsReportType ReplayableConnection.StatisticsReportType.valueOf(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
 void ReplayableConnection.clearReplayStatistics(ReplayableConnection.StatisticsReportType reportType)
          Clears replay statistics accumulated so far.
 ReplayStatistics ReplayableConnection.getReplayStatistics(ReplayableConnection.StatisticsReportType reportType)
          Obtains replay statistics accumulated so far.
 


Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.