i-net Clear Reports

Uses of Class
com.inet.report.TableSource

Packages that use TableSource
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 TableSource in com.inet.report
 

Methods in com.inet.report that return TableSource
 TableSource Datasource.createTableSource(java.lang.String aDatabaseIdentifier, java.lang.String anAliasName)
          Creates a new TableSource object that belongs to this Datasource, or returns a TableSource with the given name if one already exists
 TableSource Datasource.createTableSource(java.lang.String aDatabaseIdentifier)
          Creates a new TableSource object that belongs to this Datasource.
 TableSource Datasource.createTableSourceCommand(java.lang.String AnAliasName, java.lang.String sql)
          Creates a new TableSource object based on a sql command.
 TableSource Join.getSourceTableSource()
          Returns the TableSource Object of the source table.
 TableSource DatabaseField.getTableSource()
          Returns the table source this database field is based on, will never return null.
 TableSource Datasource.getTableSource(int idx)
          Returns the TableSource of the specified index.
 TableSource Datasource.getTableSource(java.lang.String alias)
          Returns the TableSource identified with the alias.
 TableSource Datasource.getTableSourceIfExist(java.lang.String alias)
          Returns the TableSource identified with the alias.
 TableSource[] PromptField.getTableSources()
          Returns the table sources this prompt field is a parameter for.
 TableSource DatabaseTables.getTablesource(java.lang.String alias)
          Returns the TableSource with that alias name.
 TableSource Join.getTargetTableSource()
          Returns the TableSource Object of the target table.
 TableSource Datasource.removeTableSourceAt(int idx)
          Removes the TableSource from the report.
 

Methods in com.inet.report with parameters of type TableSource
 Join DatabaseTables.addJoin(TableSource fromTableSource, DatabaseField fromColumn, TableSource toTableSource, DatabaseField toColumn, int joinType, int linkType)
          Adds a join into report.
protected  void Database.findColumnLabels(TableSource tableSource)
          Tries to find column labels for the columns of the provided TableSource.
protected  java.sql.PreparedStatement Database.prepareStatement(TableSource tableSource)
          Returns a PreparedStatement for execution of the stored procedure represented by the provided TableSource.
 void DatabaseTables.removeJoin(TableSource fromTableSource, DatabaseField fromColumn, TableSource toTableSource, DatabaseField toColumn)
          Removes a link of a join from the report if it exists.
 void Datasource.removeTableSource(TableSource ts)
          Removes the TableSource from the report.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH