public abstract class Query extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
execute() |
abstract ResultSet |
executeQuery() |
abstract int |
executeUpdate() |
ParamInfo |
findParam(int index) |
Connection |
getConnection() |
ParamInfo[] |
getParameters() |
Queue<String> |
getProcessedTokens() |
Statement |
getStatement() |
public Query(Statement stmt) throws SQLException
SQLExceptionpublic abstract ResultSet executeQuery() throws SQLException
SQLExceptionpublic abstract int executeUpdate()
throws SQLException
SQLExceptionpublic abstract boolean execute()
throws SQLException
SQLExceptionpublic ParamInfo findParam(int index)
public Statement getStatement()
public Connection getConnection()
public ParamInfo[] getParameters()
Copyright © 2019 WSO2. All rights reserved.