Package com.basiscomponents.bc.util
Class StatementHelper
- java.lang.Object
-
- com.basiscomponents.bc.util.StatementHelper
-
public class StatementHelper extends Object
internal Helper Class, do not use, because it might be changed heavily in the future- Author:
- David Amore
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CloseableWrapper<PreparedStatement>
prepareStatement(Connection conn, String sql)
-
-
-
Method Detail
-
prepareStatement
public static CloseableWrapper<PreparedStatement> prepareStatement(Connection conn, String sql) throws SQLException
- Throws:
SQLException
-
-