Package com.spun.util.database
Class SQLStatementUtils
java.lang.Object
com.spun.util.database.SQLStatementUtils
public class SQLStatementUtils extends Object
-
Constructor Summary
Constructors Constructor Description SQLStatementUtils() -
Method Summary
Modifier and Type Method Description static booleanexecute(String query, Statement stmt)static ResultSetexecuteQuery(SQLQuery query, Statement stmt)static ResultSetexecuteQuery(String query, Statement stmt)static intexecuteUpdate(String query, Statement stmt)
-
Constructor Details
-
SQLStatementUtils
public SQLStatementUtils()
-
-
Method Details
-
executeQuery
- Throws:
SQLException
-
executeQuery
- Throws:
SQLInformationException
-
executeUpdate
- Throws:
SQLInformationException
-
execute
- Throws:
SQLInformationException
-