Interface Projection

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

public interface Projection extends Field
Interface for Projection 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 projection to the given StringBuilder. For projection toString() method returns alias only. To get full projection 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 projection to the given StringBuilder. For projection toString() method returns alias only. To get full projection string one has to call toFullString() method.
      Returns:
      String with full representation of projection.