public class BatchStatementPrinter extends Object implements StatementPrinter<BatchStatement>
| Constructor and Description |
|---|
BatchStatementPrinter() |
| Modifier and Type | Method and Description |
|---|---|
Class<BatchStatement> |
getSupportedStatementClass()
The concrete
Statement subclass that this printer handles. |
void |
print(BatchStatement statement,
StatementWriter out,
StatementFormatVerbosity verbosity)
|
public Class<BatchStatement> 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<BatchStatement>Statement subclass that this printer handles.public void print(BatchStatement statement, StatementWriter out, StatementFormatVerbosity verbosity)
StatementPrinterprint in interface StatementPrinter<BatchStatement>statement - the statement to printout - the writer to useverbosity - the verbosity to useCopyright © 2017–2021 DataStax. All rights reserved.