OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.data.AQDataSet

Packages that use AQDataSet
com.aquafold.openapi.chart   
com.aquafold.openapi.compare   
com.aquafold.openapi.data   
com.aquafold.openapi.io   
com.aquafold.openapi.random   
com.aquafold.openapi.rdbms   
com.aquafold.openapi.report   
com.aquafold.openapi.type   
 

Uses of AQDataSet in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart with parameters of type AQDataSet
 void AQChart.setDataSource(AQDataSet dataSet)
          Use the specified AQDataSet as the AQChartModel's datasource
 void AQChartModel.setDataSource(AQDataSet dataSet)
          Use the specified AQDataSet as the Chart Model's data source.

Once the DataSource is specified, then the category & series values can be populated by selecting DataSource fields using these methods:
addCategoryField(String field)
addSeriesField(String field)
setCategoryFieldNumbers(Integer ...

 

Uses of AQDataSet in com.aquafold.openapi.compare
 

Methods in com.aquafold.openapi.compare with parameters of type AQDataSet
 AQResultComparator AQCompareFactory.newResultComparator(AQDataSet left, AQDataSet right)
          Creates a new result comparator object.
 void AQResultComparator.setDataSetLeft(AQDataSet dataSet)
          Sets the data set on the left side.
 void AQResultComparator.setDataSetRight(AQDataSet dataSet)
          Sets the data set on the right side.
 

Uses of AQDataSet in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data that return AQDataSet
 AQDataSet AQPivotDataSet.getDataSet()
          Returns the application data used to create this pivot table.
 AQDataSet AQDataFactory.newDataSet()
          Factory method returns a new empty data set.
 AQDataSet AQDataFactory.newDataSet(AQColumnStructure columnStructure)
          Creates a new data set with the specified column structure information.
 AQDataSet AQDataFactory.newDataSet(int rowCount, int columnCount)
          Creates a new data set with the specified dimensions.
 AQDataSet AQDataFactory.newDataSet(int rowCount, int columnCount, Object[] data)
          Creates a new data set with the specified dimensions.
 AQDataSet AQDataFactory.newDataSet(String[] columnNames)
          Factory method returns a new empty data set with the specified column names.
 

Methods in com.aquafold.openapi.data with parameters of type AQDataSet
 void AQDataSet.append(AQDataSet data)
          Appends another data set.
 void AQExcelSpreadsheet.insert(AQDataSet dataSet, boolean firstLineContainsColumnNames)
          Inserts the data set into the current worksheet, starting with the current row and column.
 void AQPivotDataSet.setDataSet(AQDataSet dataSet)
          Sets the application data to be presented in the pivot table.
 

Uses of AQDataSet in com.aquafold.openapi.io
 

Methods in com.aquafold.openapi.io that return AQDataSet
 AQDataSet AQHttpLogReader.read()
          Sequentially reads the input log into an in-memory data set.
 AQDataSet AQFormattedTextReader.read()
          Sequentially reads the input stream into an in-memory data set.
 AQDataSet AQDataReader.read()
          Sequentially reads the input stream into an in-memory data set.
 

Methods in com.aquafold.openapi.io with parameters of type AQDataSet
 void AQDataWriter.write(AQDataSet dataSet)
          Writes all data rows in the specified data set.
 

Uses of AQDataSet in com.aquafold.openapi.random
 

Methods in com.aquafold.openapi.random that return AQDataSet
 AQDataSet AQRandomDataSet.nextDataSet()
          Randomly generates a new data set.
 

Uses of AQDataSet in com.aquafold.openapi.rdbms
 

Methods in com.aquafold.openapi.rdbms that return AQDataSet
 AQDataSet AQServerConnection.executeSnapshot(String sql)
          Execute query and extract data into AQDataSet.
 AQDataSet[] AQStatementResult.getResultData()
          Returns an array of AQDataSet objects containing query results.
 

Uses of AQDataSet in com.aquafold.openapi.report
 

Methods in com.aquafold.openapi.report with parameters of type AQDataSet
 void AQReport.addDataSet(AQDataSet dataSet, AQReportDataSetSettings settings)
          Adds a data set to this report.
 void AQReport.addDataSet(AQDataSet dataSet, AQReportDataSetSettings settings, AQChart chart)
          Adds a data set, with chart enabled, to this report.
 

Uses of AQDataSet in com.aquafold.openapi.type
 

Methods in com.aquafold.openapi.type that return AQDataSet
 AQDataSet AQDateFactory.adjustTimeZone(AQDataSet dataSet, String srcTimeZone, String destTimeZone)
          This method creates a new data set instance with dates shifted to a new time zone.
 

Methods in com.aquafold.openapi.type with parameters of type AQDataSet
 AQDataSet AQDateFactory.adjustTimeZone(AQDataSet dataSet, String srcTimeZone, String destTimeZone)
          This method creates a new data set instance with dates shifted to a new time zone.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.