com.mchange.v2.sql
Class SqlUtils
java.lang.Object
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 |
DRIVER_MANAGER_USER_PROPERTY
public static final String DRIVER_MANAGER_USER_PROPERTY
- See Also:
- Constant Field Values
DRIVER_MANAGER_PASSWORD_PROPERTY
public static final String DRIVER_MANAGER_PASSWORD_PROPERTY
- See Also:
- Constant Field Values
escapeBadSqlPatternChars
public static String escapeBadSqlPatternChars(String s)
escapeAsTimestamp
public static String escapeAsTimestamp(Date date)
toSQLException
public static SQLException toSQLException(Throwable t)
toSQLException
public static SQLException toSQLException(String msg,
Throwable t)
toSQLException
public static SQLException toSQLException(String msg,
String sqlState,
Throwable t)