Class SqlUtils

java.lang.Object
com.mchange.v1.db.sql.SqlUtils

public final class SqlUtils extends Object
Deprecated.
use com.mchange.v2.sql.SqlUtils
  • Method Details

    • escapeBadSqlPatternChars

      public static String escapeBadSqlPatternChars(String s)
      Deprecated.
    • escapeAsTimestamp

      public static String escapeAsTimestamp(Date date)
      Deprecated.
    • toSQLException

      public static SQLException toSQLException(Throwable t)
      Deprecated.