Interface Statement
-
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata
public interface Statement extends JCAMetadata, ValidatableMetadata
A Statement.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStatement.TagA Tag.static classStatement.TrackStatementsEnumA TrackStatementsEnum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetPreparedStatementsCacheSize()Get the preparedStatementsCacheSize.Statement.TrackStatementsEnumgetTrackStatements()Get the trackStatements.BooleanisSharePreparedStatements()Get the sharePreparedStatements.-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-
-
-
Method Detail
-
isSharePreparedStatements
Boolean isSharePreparedStatements()
Get the sharePreparedStatements.- Returns:
- the sharePreparedStatements.
-
getPreparedStatementsCacheSize
Long getPreparedStatementsCacheSize()
Get the preparedStatementsCacheSize.- Returns:
- the preparedStatementsCacheSize.
-
getTrackStatements
Statement.TrackStatementsEnum getTrackStatements()
Get the trackStatements.- Returns:
- the trackStatements.
-
-