|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrackStatementsType | |
---|---|
org.jboss.datasources.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.datasources.impl | Provides the implementation classes as defined in the schema |
Uses of TrackStatementsType in org.jboss.datasources.api |
---|
Methods in org.jboss.datasources.api that return TrackStatementsType | |
---|---|
static TrackStatementsType |
TrackStatementsType.getFromStringValue(String value)
|
TrackStatementsType |
StatementType.getTrackStatements()
Returns the track-statements element |
static TrackStatementsType |
TrackStatementsType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TrackStatementsType[] |
TrackStatementsType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.datasources.api with parameters of type TrackStatementsType | |
---|---|
StatementType<T> |
StatementType.trackStatements(TrackStatementsType trackStatements)
Sets the track-statements element |
Uses of TrackStatementsType in org.jboss.datasources.impl |
---|
Methods in org.jboss.datasources.impl that return TrackStatementsType | |
---|---|
TrackStatementsType |
StatementTypeImpl.getTrackStatements()
Returns the track-statements element |
Methods in org.jboss.datasources.impl with parameters of type TrackStatementsType | |
---|---|
StatementType<T> |
StatementTypeImpl.trackStatements(TrackStatementsType trackStatements)
Sets the track-statements element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |