|
||||||||||
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 java.util.regex.Pattern |
GROUP_BY_CLAUSE
|
static java.util.regex.Pattern |
ON_CLAUSE
|
static java.util.regex.Pattern |
WHERE_CLAUSE
|
Method Summary | |
---|---|
static void |
closeQuietly(java.sql.Connection connection)
Deprecated. |
static void |
closeQuietly(java.sql.ResultSet resultSet)
Deprecated. |
static void |
closeQuietly(java.sql.ResultSet rs,
java.sql.Statement st,
java.sql.Connection c)
Deprecated. |
static void |
closeQuietly(java.sql.Statement statement)
Deprecated. |
static void |
closeQuietly(java.sql.Statement st,
java.sql.Connection c)
Deprecated. |
static java.lang.String |
processGroupByClause(java.lang.String groupBy,
com.google.common.base.Function<java.lang.String,java.lang.String> processor)
|
static java.lang.String |
processOnClause(java.lang.String on,
com.google.common.base.Function<java.lang.String,java.lang.String> processor)
|
static java.lang.String |
processWhereClause(java.lang.String where,
com.google.common.base.Function<java.lang.String,java.lang.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 java.util.regex.Pattern WHERE_CLAUSE
public static final java.util.regex.Pattern ON_CLAUSE
public static final java.util.regex.Pattern GROUP_BY_CLAUSE
Method Detail |
---|
public static java.lang.String processWhereClause(java.lang.String where, com.google.common.base.Function<java.lang.String,java.lang.String> processor)
public static java.lang.String processOnClause(java.lang.String on, com.google.common.base.Function<java.lang.String,java.lang.String> processor)
public static java.lang.String processGroupByClause(java.lang.String groupBy, com.google.common.base.Function<java.lang.String,java.lang.String> processor)
@Deprecated public static void closeQuietly(java.sql.Connection connection)
@Deprecated public static void closeQuietly(java.sql.Statement statement)
@Deprecated public static void closeQuietly(java.sql.ResultSet resultSet)
@Deprecated public static void closeQuietly(java.sql.Statement st, java.sql.Connection c)
@Deprecated public static void closeQuietly(java.sql.ResultSet rs, java.sql.Statement st, java.sql.Connection c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |