Uses of Class
org.wso2.carbon.dataservices.sql.driver.query.ColumnInfo

Packages that use ColumnInfo
org.wso2.carbon.dataservices.sql.driver   
org.wso2.carbon.dataservices.sql.driver.processor.reader   
org.wso2.carbon.dataservices.sql.driver.query.create   
org.wso2.carbon.dataservices.sql.driver.query.select   
org.wso2.carbon.dataservices.sql.driver.query.update   
 

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

Methods in org.wso2.carbon.dataservices.sql.driver that return ColumnInfo
 ColumnInfo[] TResultSetMetaData.getColumns()
           
 ColumnInfo[] TResultSet.getColumns()
           
static ColumnInfo[] TDriverUtil.getHeaders(Connection connection, String tableName)
           
 

Methods in org.wso2.carbon.dataservices.sql.driver with parameters of type ColumnInfo
static ParamInfo TDriverUtil.findParam(ColumnInfo columnInfo, ParamInfo[] params)
           
 

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

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

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader that return ColumnInfo
 ColumnInfo DataTable.getHeader(String name)
           
 ColumnInfo[] DataTable.getHeaders()
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader with parameters of type ColumnInfo
 void DataTable.setHeaders(ColumnInfo[] headers)
           
 

Constructors in org.wso2.carbon.dataservices.sql.driver.processor.reader with parameters of type ColumnInfo
DataTable(String tableName, ColumnInfo[] headers)
           
FixedDataTable(String tableName, ColumnInfo[] headers)
           
 

Uses of ColumnInfo in org.wso2.carbon.dataservices.sql.driver.query.create
 

Methods in org.wso2.carbon.dataservices.sql.driver.query.create that return types with arguments of type ColumnInfo
 List<ColumnInfo> CreateQuery.getColumns()
           
 

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

Methods in org.wso2.carbon.dataservices.sql.driver.query.select that return ColumnInfo
 ColumnInfo[] SelectQuery.getTargetColumns()
           
 

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

Methods in org.wso2.carbon.dataservices.sql.driver.query.update that return ColumnInfo
 ColumnInfo[] UpdateQuery.getTargetColumns()
           
 



Copyright © 2015 WSO2. All rights reserved.