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