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
SQLException
public abstract ResultSet executeQuery() throws SQLException
SQLException
public abstract int executeUpdate() throws SQLException
SQLException
public abstract boolean execute() throws SQLException
SQLException
public ParamInfo findParam(int index)
public Statement getStatement()
public Connection getConnection()
public ParamInfo[] getParameters()
Copyright © 2018 WSO2. All rights reserved.