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 Statement
public final Long getPreparedStatementsCacheSize()
getPreparedStatementsCacheSize
in interface Statement
public final Statement.TrackStatementsEnum getTrackStatements()
getTrackStatements
in interface Statement
public void validate() throws ValidateException
validate
in interface ValidatableMetadata
ValidateException
Copyright © 2021 JBoss by Red Hat. All rights reserved.