Class JDBC42Helper
java.lang.Object
com.mysql.jdbc.JDBC42Helper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static intcheckSqlType(int sqlType, ExceptionInterceptor exceptionInterceptor) (package private) static ObjectJDBC 4.2 Helper methods.(package private) static booleanisSqlTypeSupported(int sqlType) (package private) static inttranslateAndCheckSqlType(SQLType sqlType, ExceptionInterceptor exceptionInterceptor)
-
Constructor Details
-
JDBC42Helper
public JDBC42Helper()
-
-
Method Details
-
convertJavaTimeToJavaSql
-
isSqlTypeSupported
static boolean isSqlTypeSupported(int sqlType) -
checkSqlType
- Throws:
SQLException
-
translateAndCheckSqlType
static int translateAndCheckSqlType(SQLType sqlType, ExceptionInterceptor exceptionInterceptor) throws SQLException - Throws:
SQLException
-