net.java.ao.sql
Class SqlUtils
java.lang.Object
net.java.ao.sql.SqlUtils
public final class SqlUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WHERE_CLAUSE
public static final Pattern WHERE_CLAUSE
ON_CLAUSE
public static final Pattern ON_CLAUSE
ORDER_CLAUSE
public static final Pattern ORDER_CLAUSE
GROUP_BY_CLAUSE
public static final Pattern GROUP_BY_CLAUSE
processWhereClause
public static String processWhereClause(String where,
com.google.common.base.Function<String,String> processor)
processOnClause
public static String processOnClause(String on,
com.google.common.base.Function<String,String> processor)
processGroupByClause
public static String processGroupByClause(String groupBy,
com.google.common.base.Function<String,String> processor)
closeQuietly
public static void closeQuietly(Connection connection)
closeQuietly
public static void closeQuietly(Statement statement)
closeQuietly
public static void closeQuietly(ResultSet resultSet)
closeQuietly
public static void closeQuietly(Statement st,
Connection c)
closeQuietly
public static void closeQuietly(ResultSet rs,
Statement st,
Connection c)
Copyright © 2007-2012. All Rights Reserved.