| Package | Description |
|---|---|
| org.jboss.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 |
|---|---|
AddDataSource.Builder |
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.
|
AddXADataSource.Builder |
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 © 2015. All rights reserved.