org.hydrateframework.sql
Class SQLUtils

java.lang.Object
  extended by org.hydrateframework.sql.SQLUtils

public class SQLUtils
extends java.lang.Object

Version:
@(#)$Revision: 1.1 $
Author:
David Chamberlin

Constructor Summary
SQLUtils()
           
 
Method Summary
static boolean isDuplicateRowException(java.sql.SQLException e)
           
static java.lang.String sqlString(java.lang.String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLUtils

public SQLUtils()
Method Detail

sqlString

public static java.lang.String sqlString(java.lang.String sql)

isDuplicateRowException

public static boolean isDuplicateRowException(java.sql.SQLException e)


Copyright © 2000 The Hydrate Project. All Rights Reserved.