public class SqlUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SET_CONF_ANNOTATION_FORMAT |
static String |
SET_CONF_ANNOTATION_KEY |
static String |
SET_CONF_ANNOTATION_REGEX |
| Constructor and Description |
|---|
SqlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkForNoResult(String sql) |
static String |
getSetConfSql(String key,
String value) |
static boolean |
isQuery(String sqlType,
String sql) |
static String |
removeConfAnnotation(String sql) |
public static final String SET_CONF_ANNOTATION_KEY
public static final String SET_CONF_ANNOTATION_FORMAT
public static final String SET_CONF_ANNOTATION_REGEX
public static void checkForNoResult(String sql) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.