OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.io.AQDataReader

Packages that use AQDataReader
com.aquafold.openapi.data   
com.aquafold.openapi.io   
com.aquafold.openapi.rdbms   
 

Uses of AQDataReader in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data that return AQDataReader
 AQDataReader AQDataSet.getReader()
          Creates a new reader (with its own cursor) suitable for sequential access.
 

Methods in com.aquafold.openapi.data with parameters of type AQDataReader
 void AQDataSet.importData(AQDataReader in)
          Imports data row by row, performing necessary structural conversion.
 void AQExcelSpreadsheet.insert(AQDataReader reader, boolean firstLineContainsColumnNames)
          Inserts the data read from the specified reader into the current worksheet, starting with the current row and column.
 void AQDataSet.read(AQDataReader in)
          Reads in data from a data stream.
 

Uses of AQDataReader in com.aquafold.openapi.io
 

Subinterfaces of AQDataReader in com.aquafold.openapi.io
 interface AQExcelReader
          A data reader which facilitates import from Microsoft Excel files.
 interface AQFormattedTextReader
          Interface for reading data from plain text sources.
 interface AQHttpLogReader
          An object implementing this interface, available via aqua.io.newHttpLogReader(), facilitates reading of Apache web server access log files.
 interface AQTextFileReader
          This interface allows reading row-oriented data from text files.
 interface AQTextStringReader
          This interface allows writing row-oriented data to java strings.
 

Methods in com.aquafold.openapi.io with parameters of type AQDataReader
 void AQDataWriter.write(AQDataReader d)
          Sequentially writes all data rows present in the specified input.
 

Uses of AQDataReader in com.aquafold.openapi.rdbms
 

Subinterfaces of AQDataReader in com.aquafold.openapi.rdbms
 interface AQResultSet
          This interface represents a table of data representing a database result set, which is usually generated by executing a statement that queries the database.
 


OpenAPI 1.0


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