public final class JDBCUtil
extends java.lang.Object
Constructor and Description |
---|
JDBCUtil() |
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.SQLException |
sqlException(org.hsqldb.HsqlException e,
java.lang.Throwable cause) |
static java.sql.SQLException |
sqlException(int id) |
static java.sql.SQLException |
sqlException(int id,
int add) |
static java.sql.SQLException |
sqlException(int id,
java.lang.String message) |
static java.sql.SQLException |
sqlException(int id,
java.lang.String message,
java.lang.Throwable cause) |
static java.sql.SQLException |
sqlException(org.hsqldb.result.Result r) |
static java.sql.SQLException |
sqlException(java.lang.String msg,
java.lang.String sqlstate,
int code,
java.lang.Throwable cause) |
static java.sql.SQLException |
sqlException(java.lang.Throwable t) |
static java.sql.SQLException |
sqlExceptionSQL(int id) |
static java.sql.SQLWarning |
sqlWarning(org.hsqldb.result.Result r) |
public static java.sql.SQLException sqlException(org.hsqldb.HsqlException e)
public static java.sql.SQLException sqlException(org.hsqldb.HsqlException e, java.lang.Throwable cause)
public static java.sql.SQLException sqlException(int id)
public static java.sql.SQLException sqlExceptionSQL(int id)
public static java.sql.SQLException sqlException(int id, java.lang.String message)
public static java.sql.SQLException sqlException(int id, java.lang.String message, java.lang.Throwable cause)
public static java.sql.SQLException sqlException(int id, int add)
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()
public static java.sql.SQLWarning sqlWarning(org.hsqldb.result.Result r)
public static java.sql.SQLException sqlException(java.lang.Throwable t)
public static java.sql.SQLException sqlException(org.hsqldb.result.Result r)
public static java.sql.SQLException sqlException(java.lang.String msg, java.lang.String sqlstate, int code, java.lang.Throwable cause)
Copyright © 2001 - 2018 HSQL Development Group.