public class MappedBoundStatementPrinter extends BoundStatementPrinter implements MappedStatementPrinter
| Constructor and Description |
|---|
MappedBoundStatementPrinter() |
| Modifier and Type | Method and Description |
|---|---|
Class<MappedBoundStatement> |
getSupportedStatementClass()
The concrete
Statement subclass that this printer handles. |
protected void |
printHeader(BoundStatement statement,
StatementWriter out,
StatementFormatVerbosity verbosity) |
collectStatementProperties, printBoundValues, printQueryStringprintclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendRecordpublic Class<MappedBoundStatement> getSupportedStatementClass()
StatementPrinterStatement subclass that this printer handles.
In case of subtype polymorphism, if this printer handles more than one concrete subclass, the most specific common ancestor should be returned here.
getSupportedStatementClass in interface StatementPrinter<BoundStatement>getSupportedStatementClass in class BoundStatementPrinterStatement subclass that this printer handles.protected void printHeader(BoundStatement statement, StatementWriter out, StatementFormatVerbosity verbosity)
printHeader in class StatementPrinterBase<BoundStatement>Copyright © 2017–2021 DataStax. All rights reserved.