|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.ao.sql.SqlUtils
public final class SqlUtils
Field Summary | |
---|---|
static Pattern |
GROUP_BY_CLAUSE
|
static Pattern |
ON_CLAUSE
|
static Pattern |
WHERE_CLAUSE
|
Method Summary | |
---|---|
static void |
closeQuietly(Connection connection)
Deprecated. |
static void |
closeQuietly(ResultSet resultSet)
Deprecated. |
static void |
closeQuietly(ResultSet rs,
Statement st,
Connection c)
Deprecated. |
static void |
closeQuietly(Statement statement)
Deprecated. |
static void |
closeQuietly(Statement st,
Connection c)
Deprecated. |
static String |
processGroupByClause(String groupBy,
com.google.common.base.Function<String,String> processor)
|
static String |
processOnClause(String on,
com.google.common.base.Function<String,String> processor)
|
static String |
processWhereClause(String where,
com.google.common.base.Function<String,String> processor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Pattern WHERE_CLAUSE
public static final Pattern ON_CLAUSE
public static final Pattern GROUP_BY_CLAUSE
Method Detail |
---|
public static String processWhereClause(String where, com.google.common.base.Function<String,String> processor)
public static String processOnClause(String on, com.google.common.base.Function<String,String> processor)
public static String processGroupByClause(String groupBy, com.google.common.base.Function<String,String> processor)
@Deprecated public static void closeQuietly(Connection connection)
@Deprecated public static void closeQuietly(Statement statement)
@Deprecated public static void closeQuietly(ResultSet resultSet)
@Deprecated public static void closeQuietly(Statement st, Connection c)
@Deprecated public static void closeQuietly(ResultSet rs, Statement st, Connection c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |