Uses of Interface
org.jboss.datasources.api.StatementType

Packages that use StatementType
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 StatementType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return StatementType
 StatementType<DatasourceType<T>> DatasourceType.getOrCreateStatement()
          If not already created, a new statement element with the given value will be created.
 StatementType<XaDatasourceType<T>> XaDatasourceType.getOrCreateStatement()
          If not already created, a new statement element with the given value will be created.
 StatementType<T> StatementType.preparedStatementCacheSize(Integer preparedStatementCacheSize)
          Sets the prepared-statement-cache-size element
 StatementType<T> StatementType.removePreparedStatementCacheSize()
          Removes the prepared-statement-cache-size element
 StatementType<T> StatementType.removeSharePreparedStatements()
          Removes the share-prepared-statements element
 StatementType<T> StatementType.removeTrackStatements()
          Removes the track-statements attribute
 StatementType<T> StatementType.sharePreparedStatements()
          Sets the share-prepared-statements element
 StatementType<T> StatementType.trackStatements(String trackStatements)
          Sets the track-statements element
 StatementType<T> StatementType.trackStatements(TrackStatementsType trackStatements)
          Sets the track-statements element
 

Uses of StatementType in org.jboss.datasources.impl
 

Classes in org.jboss.datasources.impl that implement StatementType
 class StatementTypeImpl<T>
          This class implements the statementType xsd type
 

Methods in org.jboss.datasources.impl that return StatementType
 StatementType<DatasourceType<T>> DatasourceTypeImpl.getOrCreateStatement()
          If not already created, a new statement element with the given value will be created.
 StatementType<XaDatasourceType<T>> XaDatasourceTypeImpl.getOrCreateStatement()
          If not already created, a new statement element with the given value will be created.
 StatementType<T> StatementTypeImpl.preparedStatementCacheSize(Integer preparedStatementCacheSize)
          Sets the prepared-statement-cache-size element
 StatementType<T> StatementTypeImpl.removePreparedStatementCacheSize()
          Removes the prepared-statement-cache-size element
 StatementType<T> StatementTypeImpl.removeSharePreparedStatements()
          Removes the share-prepared-statements element
 StatementType<T> StatementTypeImpl.removeTrackStatements()
          Removes the track-statements attribute
 StatementType<T> StatementTypeImpl.sharePreparedStatements()
          Sets the share-prepared-statements element
 StatementType<T> StatementTypeImpl.trackStatements(String trackStatements)
          Sets the track-statements element
 StatementType<T> StatementTypeImpl.trackStatements(TrackStatementsType trackStatements)
          Sets the track-statements element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.