org.hsqldb.jdbc
Class Util
public class Util
extends java.lang.Object
Provides driver constants and a gateway from internal HsqlExceptions to
external SQLExceptions.
connectionClosedException
public static SQLException connectionClosedException()
invalidArgument
public static SQLException invalidArgument()
invalidArgument
public static SQLException invalidArgument(String name)
nullArgument
public static SQLException nullArgument()
outOfRangeArgument
public static SQLException outOfRangeArgument()
outOfRangeArgument
public static SQLException outOfRangeArgument(String name)
sqlException
public static final SQLException sqlException(org.hsqldb.HsqlException e)
sqlWarning
public static final SQLWarning sqlWarning(org.hsqldb.HsqlException e)
Copyright B) 2001 - 2005 HSQL Development Group. All Rights Reserved.