org.hsqldb.jdbc
Class jdbcUtil

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

public class jdbcUtil
extends java.lang.Object

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

Since:
1.7.2
Author:
fredt@users

Field Summary
static int MAJOR
           
static int MINOR
           
static java.lang.String PRODUCT
           
static int REVISION
           
static java.lang.String VERSION
           
 
Constructor Summary
jdbcUtil()
           
 
Method Summary
static java.sql.SQLException sqlException(HsqlException e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
See Also:
Constant Field Values

MINOR

public static final int MINOR
See Also:
Constant Field Values

REVISION

public static final int REVISION
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

PRODUCT

public static final java.lang.String PRODUCT
See Also:
Constant Field Values
Constructor Detail

jdbcUtil

public jdbcUtil()
Method Detail

sqlException

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


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