Interface SqlWriter.FrameType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of this frame type.
      boolean needsIndent()
      Returns whether this frame type should cause the code be further indented.
    • Method Detail

      • getName

        java.lang.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