org.hsqldb.jdbc
public class Util extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static java.sql.SQLException |
connectionClosedException() |
static java.sql.SQLException |
invalidArgument() |
static java.sql.SQLException |
invalidArgument(java.lang.String name) |
static java.sql.SQLException |
nullArgument() |
static java.sql.SQLException |
outOfRangeArgument() |
static java.sql.SQLException |
outOfRangeArgument(java.lang.String name) |
static java.sql.SQLException |
sqlException(org.hsqldb.HsqlException e) |
static java.sql.SQLWarning |
sqlWarning(org.hsqldb.HsqlException e) |
public static final java.sql.SQLException sqlException(org.hsqldb.HsqlException e)
public static final java.sql.SQLWarning sqlWarning(org.hsqldb.HsqlException e)
public static java.sql.SQLException nullArgument()
public static java.sql.SQLException invalidArgument()
public static java.sql.SQLException invalidArgument(java.lang.String name)
public static java.sql.SQLException outOfRangeArgument()
public static java.sql.SQLException outOfRangeArgument(java.lang.String name)
public static java.sql.SQLException connectionClosedException()
Copyright ? 2001 - 2005 HSQL Development Group. All Rights Reserved.