SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.jdbc.util
Class GroupingRange

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.jdbc.util.GroupingRange

public class GroupingRange
extends java.lang.Object

Instances of this class store two PreparedStatementTypedParameter[] thus incorporating all necessary data for processing groupings as defined in Grouping.

Author:
mbreidenband

Constructor Summary
GroupingRange(PreparedStatementTypedParameter[] startValues, PreparedStatementTypedParameter[] endValues)
          Standard constructor assigning the passed parameters to member variables.
 
Method Summary
 PreparedStatementTypedParameter[] getEndValues()
          Getter for {@link GroupingRange#_endValues.
 PreparedStatementTypedParameter[] getStartValues()
          Getter for {@link GroupingRange#_startValues.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupingRange

public GroupingRange(PreparedStatementTypedParameter[] startValues,
                     PreparedStatementTypedParameter[] endValues)
Standard constructor assigning the passed parameters to member variables.

Parameters:
startValues - The Start-Values of this particular grouping.
endValues - The End-Values of this particular grouping.
Method Detail

getStartValues

public PreparedStatementTypedParameter[] getStartValues()
Getter for {@link GroupingRange#_startValues.

Returns:
The Start-Values of this particular grouping.

getEndValues

public PreparedStatementTypedParameter[] getEndValues()
Getter for {@link GroupingRange#_endValues.

Returns:
The End-Values of this particular grouping.

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

SMILA (incubation) API documentation