public class JdbcTypeNameTranslator
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getJdbcType(java.lang.String jdbcTypeName)
Translates from the string representation of the type to the
java.sql.Types value.
|
static java.lang.String |
getJdbcTypeName(int jdbcType)
Translates from a java.sql.Types values to the proper iBATIS string
representation of the type.
|
public static java.lang.String getJdbcTypeName(int jdbcType)
jdbcType - a value from java.sql.Typespublic static int getJdbcType(java.lang.String jdbcTypeName)
jdbcTypeName - the iBATIS String representation of a JDBC typeCopyright © 2018. All Rights Reserved.