| Package | Description |
|---|---|
| org.wildfly.extras.creaper.commands.datasources |
| Modifier and Type | Field and Description |
|---|---|
protected TrackStatementType |
AddXADataSource.trackPreparedStatements |
protected TrackStatementType |
AddDataSource.trackStatements |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2024. All rights reserved.