| org.apache.ojb.broker.query.ReportQuery
All known Subclasses: org.apache.ojb.broker.query.ReportQueryByCriteria,
ReportQuery | public interface ReportQuery (Code) | | Interface for ReportQueries
author: Jakob Braeuchi version: $Id: ReportQuery.java,v 1.6.2.2 2005/12/21 22:27:09 tomdz Exp $ |
getAttributeFieldDescriptors | Map getAttributeFieldDescriptors()(Code) | | Returns a Map with FieldDescriptors identified by Attribute
Map |
getAttributes | String[] getAttributes()(Code) | | Gets the attributes used for the Report.
Returns a String[] |
getColumns | String[] getColumns()(Code) | | Gets the columns used for the Report.
Returns a String[] |
getJdbcTypes | int[] getJdbcTypes()(Code) | | Gets the Jdbc-Types of the columns used for the Report.
If null the Jdbc-Type is taken from the ResultSet
Returns an int[] of Jdbc-Types See Also: java.sql.Types |
getJoinAttributes | String[] getJoinAttributes()(Code) | | Gets the additional attributes used for building the Join.
These Attributes are not appended to the select-clause.
Returns a String[] |
|
|