Interface Schema

    • Method Detail

      • toFullString

        java.lang.StringBuilder toFullString​(java.lang.StringBuilder sb)
        Append full string representation of schema to the given StringBuilder. For schema toString() method returns identifier only. To get full schema string one has to call toFullString() method.
        Parameters:
        sb - StringBuilder to append the string representation of this object to.
        Returns:
        Same instance of StringBuilder given as parameter.
      • toFullString

        java.lang.String toFullString()
        Append full string representation of schema to the given StringBuilder. For schema toString() method returns alias only. To get full schema string one has to call toFullString() method.
        Returns:
        String with full representation of schema.