public class JDBC42Helper
extends java.lang.Object
Constructor and Description |
---|
JDBC42Helper() |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
checkSqlType(int sqlType,
ExceptionInterceptor exceptionInterceptor) |
(package private) static java.lang.Object |
convertJavaTimeToJavaSql(java.lang.Object x)
JDBC 4.2 Helper methods.
|
(package private) static boolean |
isSqlTypeSupported(int sqlType) |
(package private) static int |
translateAndCheckSqlType(SQLType sqlType,
ExceptionInterceptor exceptionInterceptor) |
static java.lang.Object convertJavaTimeToJavaSql(java.lang.Object x)
static boolean isSqlTypeSupported(int sqlType)
static int checkSqlType(int sqlType, ExceptionInterceptor exceptionInterceptor) throws java.sql.SQLException
java.sql.SQLException
static int translateAndCheckSqlType(SQLType sqlType, ExceptionInterceptor exceptionInterceptor) throws java.sql.SQLException
java.sql.SQLException