org.wso2.carbon.dataservices.sql.driver.query
Class Query
java.lang.Object
org.wso2.carbon.dataservices.sql.driver.query.Query
- Direct Known Subclasses:
- ConditionalQuery, CreateQuery, DropQuery, InsertQuery
public abstract class Query
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query
public Query(Statement stmt)
throws SQLException
- Throws:
SQLException
executeQuery
public abstract ResultSet executeQuery()
throws SQLException
- Throws:
SQLException
executeUpdate
public abstract int executeUpdate()
throws SQLException
- Throws:
SQLException
execute
public abstract boolean execute()
throws SQLException
- Throws:
SQLException
findParam
public ParamInfo findParam(int index)
getStatement
public Statement getStatement()
getConnection
public Connection getConnection()
getProcessedTokens
public Queue<String> getProcessedTokens()
getParameters
public ParamInfo[] getParameters()
Copyright © 2015 WSO2. All rights reserved.