public interface Describable
CREATE statements.| Modifier and Type | Method and Description |
|---|---|
String |
describe(boolean pretty)
Returns a single CQL statement that creates the element.
|
String |
describeWithChildren(boolean pretty)
Returns a CQL script that creates the element and all of its children.
|
@NonNull String describe(boolean pretty)
pretty - if true, make the output more human-readable (line breaks, indents, and
pretty identifiers). If false, return the
statement on a single line with minimal formatting.@NonNull String describeWithChildren(boolean pretty)
pretty - if true, make the output more human-readable (line breaks, indents, and
pretty identifiers). If false, return each
statement on a single line with minimal formatting.Copyright © 2017–2025. All rights reserved.