i-net Clear Reports

Uses of Class
com.inet.report.Datasource

Packages that use Datasource
com.inet.report Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). 
 

Uses of Datasource in com.inet.report
 

Methods in com.inet.report that return Datasource
 Datasource DatabaseTables.createDatasource(java.lang.String dataSourceConfigurationName)
          Creates a Datasource that uses a DataSourceConfiguration to create a database connection.
 Datasource DatabaseTables.getDatasource(int idx)
          Returns the data source at position idx.
 Datasource DatabaseTables.getDatasource(java.lang.String name)
          Returns the datasource by name.
 Datasource FieldValueProvider.getDatasource()
          Returns the data source the query is to be run on
 Datasource QueryValueProvider.getDatasource()
          Returns the data source the query is to be run on
 Datasource SQLField.getDatasource()
          Returns the datasource.
abstract  Datasource SQLValueProvider.getDatasource()
          Returns the data source the query is to be run on
 Datasource TableSource.getDatasource()
          Returns the Dataosource object, to which this TableSource belongs.
 

Methods in com.inet.report with parameters of type Datasource
 SQLField Fields.addSQLField(java.lang.String name, int valueType, java.lang.String sqlExpression, Datasource datasource)
          Adds a new sql field to the set of sql fields.
 java.sql.ResultSet Database.getColumns(Datasource ds, java.lang.String catalog, java.lang.String owner, java.lang.String tablename)
          Overwrite getTables and getColumns if you want to use your own Database class to design a report with i-net Designer.
 java.sql.ResultSet Database.getTables(Datasource ds, java.lang.String catalog)
          Overwrite getTables and getColumns if you want to use your own Database class to design a report with i-net Designer.
 void DatabaseTables.removeDatasource(Datasource ds)
          Removes a datasource connection from the known connections.
protected  void Database.scanIdentifierQuoteString(Datasource dc)
          This method will detect which String should be used to quote database identifiers for the supplied Datasource.
 void FieldValueProvider.setDatasource(Datasource datasource)
          Sets the datasource to run the query on.
 void QueryValueProvider.setDatasource(Datasource datasource)
          Sets the data source on which the query is to be executed.
 void TableSource.setLocation(java.lang.String location, Datasource newDatasource)
          Set the location information of the identifier.
 

Constructors in com.inet.report with parameters of type Datasource
QueryValueProvider(java.lang.String query, Datasource datasource)
          Creates an instance of QueryValueProvider with the given query and data source.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH