public class BoundStatementWrapper extends Object implements StatementWrapper
StatementWrapper.EventComparatorDML_LOGGER, EVENT_TRACE_COMPARATOR| Constructor and Description |
|---|
BoundStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
BoundStatement bs,
Object[] encodedBoundValues) |
BoundStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
BoundStatement bs,
Object[] boundValues,
Object[] encodedBoundValues) |
BoundStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
PreparedStatement ps,
Object[] boundValues,
Object[] encodedBoundValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyOptions(CassandraOptions cassandraOptions) |
BoundStatement |
getBoundStatement() |
Object[] |
getBoundValues() |
void |
logDML() |
Row |
logReturnedRow(Row row) |
ResultSet |
logReturnResults(ResultSet originalResultSet,
int maxDisplayedRows) |
ResultSet |
logTrace(ResultSet resultSet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendRowDataToBuilder, extractValueFromRow, logReturnedResultsInternal, logReturnedRowInternal, tracingInternal, writeDMLStatementLogpublic BoundStatementWrapper(OperationType operationType, AbstractEntityProperty<?> meta, PreparedStatement ps, Object[] boundValues, Object[] encodedBoundValues)
public BoundStatementWrapper(OperationType operationType, AbstractEntityProperty<?> meta, BoundStatement bs, Object[] encodedBoundValues)
public BoundStatementWrapper(OperationType operationType, AbstractEntityProperty<?> meta, BoundStatement bs, Object[] boundValues, Object[] encodedBoundValues)
public Object[] getBoundValues()
getBoundValues in interface StatementWrapperpublic BoundStatement getBoundStatement()
getBoundStatement in interface StatementWrapperpublic void applyOptions(CassandraOptions cassandraOptions)
applyOptions in interface StatementWrapperpublic void logDML()
logDML in interface StatementWrapperpublic ResultSet logReturnResults(ResultSet originalResultSet, int maxDisplayedRows)
logReturnResults in interface StatementWrapperpublic Row logReturnedRow(Row row)
logReturnedRow in interface StatementWrapperpublic ResultSet logTrace(ResultSet resultSet)
logTrace in interface StatementWrapperCopyright © 2012-2021. All Rights Reserved.