com.mchange.v1.db.sql
Class SqlUtils
java.lang.Object
com.mchange.v1.db.sql.SqlUtils
Deprecated. use com.mchange.v2.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 |
escapeBadSqlPatternChars
public static String escapeBadSqlPatternChars(String s)
- Deprecated.
escapeAsTimestamp
public static String escapeAsTimestamp(Date date)
- Deprecated.
toSQLException
public static SQLException toSQLException(Throwable t)
- Deprecated.