Package org.hsqldb.jdbc
Class Util
java.lang.Object
org.hsqldb.jdbc.Util
Provides driver constants and a gateway from internal HsqlExceptions to
external SQLExceptions.
- Since:
- 1.7.2
- Author:
- fredt@users
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SQLExceptionstatic SQLExceptionstatic SQLExceptioninvalidArgument(String name) static SQLExceptionstatic SQLExceptionstatic SQLExceptionoutOfRangeArgument(String name) static final SQLExceptionsqlException(org.hsqldb.HsqlException e) static final SQLWarningsqlWarning(org.hsqldb.HsqlException e)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
sqlException
-
sqlWarning
-
nullArgument
-
invalidArgument
-
invalidArgument
-
outOfRangeArgument
-
outOfRangeArgument
-
connectionClosedException
-