com.mchange.v1.db.sql
Class SqlUtils

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

Deprecated. use com.mchange.v2.sql.SqlUtils

public final class SqlUtils
extends Object


Method Summary
static String escapeAsTimestamp(Date date)
          Deprecated.  
static String escapeBadSqlPatternChars(String s)
          Deprecated.  
static SQLException toSQLException(Throwable t)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

escapeBadSqlPatternChars

public static String escapeBadSqlPatternChars(String s)
Deprecated. 

escapeAsTimestamp

public static String escapeAsTimestamp(Date date)
Deprecated. 

toSQLException

public static SQLException toSQLException(Throwable t)
Deprecated.