public class SQLStatementUtils extends Object
| Constructor and Description |
|---|
SQLStatementUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
execute(String query,
Statement stmt) |
static ResultSet |
executeQuery(SQLQuery query,
Statement stmt) |
static ResultSet |
executeQuery(String query,
Statement stmt) |
static int |
executeUpdate(String query,
Statement stmt) |
public static ResultSet executeQuery(SQLQuery query, Statement stmt) throws SQLException
SQLExceptionpublic static ResultSet executeQuery(String query, Statement stmt) throws SQLInformationException
SQLInformationExceptionpublic static int executeUpdate(String query, Statement stmt) throws SQLInformationException
SQLInformationExceptionpublic static boolean execute(String query, Statement stmt) throws SQLInformationException
SQLInformationExceptionCopyright © 2021. All rights reserved.