public class NativeStatementWrapper extends Object implements StatementWrapper
StatementWrapper.EventComparatorDML_LOGGER, EVENT_TRACE_COMPARATOR, LOGGER| Constructor and Description |
|---|
NativeStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
BoundStatement boundStatement,
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 NativeStatementWrapper(OperationType operationType, AbstractEntityProperty<?> meta, BoundStatement boundStatement, 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.