Uses of Class
org.wildfly.extras.creaper.commands.datasources.TrackStatementType

Packages that use TrackStatementType
org.wildfly.extras.creaper.commands.datasources   
 

Uses of TrackStatementType in org.wildfly.extras.creaper.commands.datasources
 

Fields in org.wildfly.extras.creaper.commands.datasources declared as TrackStatementType
protected  TrackStatementType AddXADataSource.trackPreparedStatements
           
protected  TrackStatementType AddDataSource.trackStatements
           
 

Methods in org.wildfly.extras.creaper.commands.datasources that return TrackStatementType
static TrackStatementType TrackStatementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrackStatementType[] TrackStatementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wildfly.extras.creaper.commands.datasources with parameters of type TrackStatementType
 THIS AddDataSource.Builder.trackPreparedStatements(TrackStatementType trackStatements)
          Whether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache.
 THIS AddXADataSource.Builder.trackPreparedStatements(TrackStatementType trackPreparedStatements)
          Whether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache.
 



Copyright © 2016. All rights reserved.