public final class StatementFormatterLimits extends Object
printers should strive to
comply with when formatting statements.
Limits defined in this class should be considered on a per-statement basis; i.e. if the
maximum query string length is 100 and the statement to format is a BatchStatement with 5
inner statements, each inner statement should be allowed to print a maximum of 100 characters of
its query string.
This class is NOT thread-safe.
| Modifier and Type | Field and Description |
|---|---|
int |
maxBoundValueLength |
int |
maxBoundValues |
int |
maxInnerStatements |
int |
maxOutgoingPayloadEntries |
int |
maxOutgoingPayloadValueLength |
int |
maxQueryStringLength |
static int |
UNLIMITED
A special value that conveys the notion of "unlimited".
|
public static final int UNLIMITED
public final int maxQueryStringLength
public final int maxBoundValueLength
public final int maxBoundValues
public final int maxInnerStatements
public final int maxOutgoingPayloadEntries
public final int maxOutgoingPayloadValueLength
Copyright © 2017–2021 DataStax. All rights reserved.