org.hsqldb.jdbc
Class Util

java.lang.Object
  extended byorg.hsqldb.jdbc.Util

public class Util
extends java.lang.Object

Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.

Since:
1.7.2
Author:
fredt@users

Constructor Summary
Util()
           
 
Method Summary
static java.sql.SQLException sqlException(org.hsqldb.HsqlException e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

sqlException

public static final java.sql.SQLException sqlException(org.hsqldb.HsqlException e)


Copyright © 2001 - 2005 HSQL Development Group. All Rights Reserved.