Package org.apache.calcite.sql
Interface SqlWriter.FrameType
- All Known Implementing Classes:
 SqlWriter.FrameTypeEnum
- Enclosing interface:
 SqlWriter
public static interface SqlWriter.FrameType
Frame type.
- 
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of this frame type.booleanReturns whether this frame type should cause the code be further indented. 
- 
Method Details
- 
getName
String getName()Returns the name of this frame type.- Returns:
 - name
 
 - 
needsIndent
boolean needsIndent()Returns whether this frame type should cause the code be further indented.- Returns:
 - whether to further indent code within a frame of this type
 
 
 -