Package adalid.util.sql
Class SqlUtil.PreparedStatementWrapper
- java.lang.Object
-
- adalid.util.sql.SqlUtil.PreparedStatementWrapper
-
-
Constructor Summary
Constructors Constructor Description PreparedStatementWrapper(String statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultSetexecuteQuery()ResultSetexecuteQuery(Object[] args)PreparedStatementgetPreparedStatement()StringgetStatement()StringtoString()
-
-
-
Constructor Detail
-
PreparedStatementWrapper
public PreparedStatementWrapper(String statement)
-
-
Method Detail
-
getStatement
public String getStatement()
-
getPreparedStatement
public PreparedStatement getPreparedStatement()
-
executeQuery
public ResultSet executeQuery() throws SQLException
- Throws:
SQLException
-
executeQuery
public ResultSet executeQuery(Object[] args) throws SQLException
- Throws:
SQLException
-
-