public class DefaultStatementPrinter extends StatementPrinterBase
| Constructor and Description |
|---|
DefaultStatementPrinter() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Statement> |
getSupportedStatementClass()
The concrete
Statement subclass that this printer handles. |
collectStatementProperties, print, printBoundValues, printHeader, printQueryStringpublic Class<? extends Statement> 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 StatementPrintergetSupportedStatementClass in class StatementPrinterBaseStatement subclass that this printer handles.Copyright © 2017–2021 DataStax. All rights reserved.