public class StatementImpl extends Object implements Statement
Statement.Tag, Statement.TrackStatementsEnum| Constructor and Description |
|---|
StatementImpl(Boolean sharePreparedStatements,
Long preparedStatementsCacheSize,
Statement.TrackStatementsEnum trackStatements)
Create a new StatementImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getPreparedStatementsCacheSize()
Get the preparedStatementsCacheSize.
|
Statement.TrackStatementsEnum |
getTrackStatements()
Get the trackStatements.
|
int |
hashCode() |
Boolean |
isSharePreparedStatements()
Get the sharePreparedStatements.
|
String |
toString() |
void |
validate() |
public StatementImpl(Boolean sharePreparedStatements, Long preparedStatementsCacheSize, Statement.TrackStatementsEnum trackStatements) throws ValidateException
sharePreparedStatements - sharePreparedStatementspreparedStatementsCacheSize - preparedStatementsCacheSizetrackStatements - trackStatementsValidateException - ValidateExceptionpublic final Boolean isSharePreparedStatements()
isSharePreparedStatements in interface Statementpublic final Long getPreparedStatementsCacheSize()
getPreparedStatementsCacheSize in interface Statementpublic final Statement.TrackStatementsEnum getTrackStatements()
getTrackStatements in interface Statementpublic void validate()
throws ValidateException
validate in interface ValidatableMetadataValidateExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.