org.jboss.jca.common.api.metadata.ds
Interface Statement

All Superinterfaces:
JCAMetadata, Serializable

public interface Statement
extends JCAMetadata

A Statement.

Author:
Stefano Maestri

Nested Class Summary
static class Statement.Tag
          A Tag.
static class Statement.TrackStatementsEnum
          A TrackStatementsEnum.
 
Method Summary
 Long getPreparedStatementsCacheSize()
          Get the preparedStatementsCacheSize.
 Statement.TrackStatementsEnum getTrackStatements()
          Get the trackStatements.
 Boolean isSharePreparedStatements()
          Get the sharePreparedStatements.
 

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.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)