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

Packages that use ParamInfo
org.wso2.carbon.dataservices.sql.driver   
org.wso2.carbon.dataservices.sql.driver.parser   
org.wso2.carbon.dataservices.sql.driver.query   
 

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

Methods in org.wso2.carbon.dataservices.sql.driver that return ParamInfo
static ParamInfo TDriverUtil.findParam(ColumnInfo columnInfo, ParamInfo[] params)
           
 ParamInfo[] TPreparedStatement.getParameters()
           
 

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

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

Methods in org.wso2.carbon.dataservices.sql.driver.parser that return ParamInfo
static ParamInfo[] ParserUtil.extractParameters(String sql)
           
static ParamInfo ParserUtil.getParameter(int orinal, ParamInfo[] parameters)
           
static ParamInfo ParserUtil.getParameter(String column, ParamInfo[] parameters)
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.parser with parameters of type ParamInfo
static ParamInfo ParserUtil.getParameter(int orinal, ParamInfo[] parameters)
           
static ParamInfo ParserUtil.getParameter(String column, ParamInfo[] parameters)
           
 

Uses of ParamInfo in org.wso2.carbon.dataservices.sql.driver.query
 

Methods in org.wso2.carbon.dataservices.sql.driver.query that return ParamInfo
 ParamInfo Query.findParam(int index)
           
 ParamInfo[] Query.getParameters()
           
 



Copyright © 2015 WSO2. All rights reserved.