org.apache.ojb.broker.query
Interface ReportQuery

All Known Implementing Classes:
ReportQueryByCriteria

public interface ReportQuery

Interface for ReportQueries

Version:
$Id: ReportQuery.java,v 1.6 2004/04/04 23:53:36 brianm Exp $
Author:
Jakob Braeuchi

Method Summary
 java.lang.String[] getAttributes()
          Gets the attributes used for the Report.
 java.lang.String[] getColumns()
          Deprecated. use getAttributes()
 int[] getJdbcTypes()
          Gets the Jdbc-Types of the columns used for the Report.
 java.lang.String[] getJoinAttributes()
          Gets the additional attributes used for building the Join.
 

Method Detail

getColumns

public java.lang.String[] getColumns()
Deprecated. use getAttributes()

Gets the columns used for the Report.

Returns:
Returns a String[]

getAttributes

public java.lang.String[] getAttributes()
Gets the attributes used for the Report.

Returns:
Returns a String[]

getJdbcTypes

public int[] getJdbcTypes()
Gets the Jdbc-Types of the columns used for the Report. If null the Jdbc-Type is taken from the ResultSet

Returns:
Returns an int[] of Jdbc-Types
See Also:
Types

getJoinAttributes

public java.lang.String[] getJoinAttributes()
Gets the additional attributes used for building the Join. These Attributes are not appended to the select-clause.

Returns:
Returns a String[]


(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2