Interface SqlWriter.FrameType

All Known Implementing Classes:
SqlWriter.FrameTypeEnum
Enclosing interface:
SqlWriter

public static interface SqlWriter.FrameType
Frame type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this frame type.
    boolean
    Returns 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