Package | Description |
---|---|
org.wso2.carbon.dataservices.sql.driver | |
org.wso2.carbon.dataservices.sql.driver.parser | |
org.wso2.carbon.dataservices.sql.driver.query |
Modifier and Type | Method and Description |
---|---|
static ParamInfo |
TDriverUtil.findParam(ColumnInfo columnInfo,
ParamInfo[] params) |
ParamInfo[] |
TPreparedStatement.getParameters() |
Modifier and Type | Method and Description |
---|---|
static ParamInfo |
TDriverUtil.findParam(ColumnInfo columnInfo,
ParamInfo[] params) |
Modifier and Type | Method and Description |
---|---|
static ParamInfo[] |
ParserUtil.extractParameters(String sql) |
static ParamInfo |
ParserUtil.getParameter(int orinal,
ParamInfo[] parameters) |
static ParamInfo |
ParserUtil.getParameter(String column,
ParamInfo[] parameters) |
Modifier and Type | Method and Description |
---|---|
static ParamInfo |
ParserUtil.getParameter(int orinal,
ParamInfo[] parameters) |
static ParamInfo |
ParserUtil.getParameter(String column,
ParamInfo[] parameters) |
Modifier and Type | Method and Description |
---|---|
ParamInfo |
Query.findParam(int index) |
ParamInfo[] |
Query.getParameters() |
Copyright © 2018 WSO2. All rights reserved.