|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.template.population.DataProviderSQLGrouping
This class provides "grouping" information that is used to assist transforming a two-dimensional grid of data (eg a ResultSet) into a hierarchy of data.
Constructor Summary | |
DataProviderSQLGrouping(String name,
Discriminator discriminator,
String[] otherFields)
Create a new grouping. |
|
DataProviderSQLGrouping(String name,
String[] fields)
Create a new grouping. |
Method Summary | |
Discriminator |
getDiscriminator()
Get the discriminator used to form data provider groups. |
String[] |
getFields()
Get the names of all field that will be part of the data that the resulting data provider will provide. |
String |
getName()
Get the name for the grouping. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataProviderSQLGrouping(String name, String[] fields)
name
- the name of this data provider grouping.fields
- the fields to include into the grouping.public DataProviderSQLGrouping(String name, Discriminator discriminator, String[] otherFields)
name
- the name of this data provider grouping.discriminator
- the discriminator to use.otherFields
- an array of names of other fields to include.Method Detail |
public String getName()
getName
in interface DataProviderGrouping
public Discriminator getDiscriminator()
getDiscriminator
in interface DataProviderGrouping
public String[] getFields()
getFields
in interface DataProviderGrouping
|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |