public class MappedSimpleStatementPrinter extends SimpleStatementPrinter implements MappedStatementPrinter
| Constructor and Description |
|---|
MappedSimpleStatementPrinter() |
| Modifier and Type | Method and Description |
|---|---|
Class<MappedSimpleStatement> |
getSupportedStatementClass()
The concrete
Statement subclass that this printer handles. |
protected void |
printHeader(SimpleStatement statement,
StatementWriter out,
StatementFormatVerbosity verbosity) |
collectStatementProperties, printBoundValues, printQueryStringprintclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendRecordpublic Class<MappedSimpleStatement> 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<SimpleStatement>getSupportedStatementClass in class SimpleStatementPrinterStatement subclass that this printer handles.protected void printHeader(SimpleStatement statement, StatementWriter out, StatementFormatVerbosity verbosity)
printHeader in class StatementPrinterBase<SimpleStatement>Copyright © 2017–2021 DataStax. All rights reserved.