org.hsqldb.jdbc
Class jdbcUtil

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

public class jdbcUtil
extends Object

Since:
1.7.2
Version:
1.7.2
Author:
fredt@users

Field Summary
static int MAJOR
           
static int MINOR
           
static String PRODUCT
           
static int REVISION
           
static String VERSION
           
 
Constructor Summary
jdbcUtil()
           
 
Method Summary
static SQLException sqlException(HsqlException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 String VERSION
See Also:
Constant Field Values

PRODUCT

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

jdbcUtil

public jdbcUtil()
Method Detail

sqlException

public static final SQLException sqlException(HsqlException e)


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