org.apache.ojb.broker.query
Interface ReportQuery

All Known Implementing Classes:
ReportQueryByCriteria

public interface ReportQuery

Interface for ReportQueries

Version:
$Id: ReportQuery.java,v 1.2 2004/01/29 20:31:44 brj Exp $
Author:
Jakob Braeuchi

Method Summary
 java.lang.String[] getColumns()
          Gets the columns used for the Report.
 int[] getJdbcTypes()
          Gets the Jdbc-Types of the columns used for the Report.
 

Method Detail

getColumns

public java.lang.String[] getColumns()
Gets the columns 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


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14