|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||