Uses of Class
org.wso2.carbon.dataservices.sql.driver.processor.reader.DataTable

Packages that use DataTable
org.wso2.carbon.dataservices.sql.driver   
org.wso2.carbon.dataservices.sql.driver.parser   
org.wso2.carbon.dataservices.sql.driver.processor.reader   
org.wso2.carbon.dataservices.sql.driver.processor.writer   
org.wso2.carbon.dataservices.sql.driver.query.delete   
org.wso2.carbon.dataservices.sql.driver.query.select   
org.wso2.carbon.dataservices.sql.driver.query.update   
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver
 

Methods in org.wso2.carbon.dataservices.sql.driver that return DataTable
 DataTable TCustomConnection.CustomDataSource.getDataTable(String name)
           
 

Constructors in org.wso2.carbon.dataservices.sql.driver with parameters of type DataTable
TResultSet(Statement stmt, DataTable data, ColumnInfo[] columns)
           
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver.parser
 

Methods in org.wso2.carbon.dataservices.sql.driver.parser with parameters of type DataTable
 Map<Integer,DataRow> Condition.process(DataTable dataTable)
          Processes the condition by traversing through the binary tree of conditions that it creates while parsing the WHERE clause of a conditional SQL statement.
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver.processor.reader
 

Subclasses of DataTable in org.wso2.carbon.dataservices.sql.driver.processor.reader
 class FixedDataTable
          Fixed data table implementation.
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader that return DataTable
 DataTable AbstractFixedDataReader.getDataTable(String name)
           
 DataTable CustomDataReader.getDataTable(String name)
           
 DataTable DataReader.getDataTable(String name)
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader that return types with arguments of type DataTable
 Map<String,DataTable> AbstractFixedDataReader.getData()
           
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver.processor.writer
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.writer that return types with arguments of type DataTable
 Map<String,DataTable> ExcelDataWriter.getData()
           
 

Method parameters in org.wso2.carbon.dataservices.sql.driver.processor.writer with type arguments of type DataTable
static DataWriter DataWriterFactory.createDataWriter(String type, Map<String,DataTable> data)
           
 

Constructor parameters in org.wso2.carbon.dataservices.sql.driver.processor.writer with type arguments of type DataTable
ExcelDataWriter(TExcelConnection connection, Map<String,DataTable> data)
           
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver.query.delete
 

Methods in org.wso2.carbon.dataservices.sql.driver.query.delete that return DataTable
 DataTable DeleteQuery.getTargetTable()
           
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver.query.select
 

Methods in org.wso2.carbon.dataservices.sql.driver.query.select that return DataTable
 DataTable SelectQuery.getTargetTable()
           
 

Uses of DataTable in org.wso2.carbon.dataservices.sql.driver.query.update
 

Methods in org.wso2.carbon.dataservices.sql.driver.query.update that return DataTable
 DataTable UpdateQuery.getTargetTable()
           
 



Copyright © 2015 WSO2. All rights reserved.