Interface Schema

All Superinterfaces:
Expression, Field, QueryObject
All Known Implementing Classes:
SchemaImpl

public interface Schema extends Field
Interface for Schema of query objects.
Since:
1.3
Version:
$Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Udai Gupta, Ralf Joachim
  • Method Details

    • toFullString

      StringBuilder toFullString(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

      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.