org.gusdb.wdk.model.implementation
Class SqlClausePiece

java.lang.Object
  extended by org.gusdb.wdk.model.implementation.SqlClausePiece

public class SqlClausePiece
extends java.lang.Object


Constructor Summary
SqlClausePiece(java.lang.String origSql, int start, int end, java.lang.String joinTableName)
          A piece of sql that belongs to an sql clause and that has no kid clauses.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlClausePiece

public SqlClausePiece(java.lang.String origSql,
                      int start,
                      int end,
                      java.lang.String joinTableName)
A piece of sql that belongs to an sql clause and that has no kid clauses. If the sql clause has no kids, then the piece is its full length (exluding bounding parens)

Parameters:
start - index of the start of this piece (non-paren)
end - index of end of this piece (non-paren), ie, index of last char