org.hsqldb.jdbc

Class Util


public class Util
extends java.lang.Object

Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.
Author:
fredt@users
Since:
1.7.2

Method Summary

static SQLException
connectionClosedException()
static SQLException
invalidArgument()
static SQLException
invalidArgument(String name)
static SQLException
nullArgument()
static SQLException
outOfRangeArgument()
static SQLException
outOfRangeArgument(String name)
static SQLException
sqlException(org.hsqldb.HsqlException e)
static SQLWarning
sqlWarning(org.hsqldb.HsqlException e)

Method Details

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.