|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.jdbc.util.GroupingRange
public class GroupingRange
Instances of this class store two PreparedStatementTypedParameter[] thus incorporating all necessary
data for processing groupings as defined in Grouping.
| 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 |
|---|
public GroupingRange(PreparedStatementTypedParameter[] startValues,
PreparedStatementTypedParameter[] endValues)
startValues - The Start-Values of this particular grouping.endValues - The End-Values of this particular grouping.| Method Detail |
|---|
public PreparedStatementTypedParameter[] getStartValues()
public PreparedStatementTypedParameter[] getEndValues()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||