|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mybatis.generator.internal.types.JdbcTypeNameTranslator
public class JdbcTypeNameTranslator
TODO - Delete Me
| Method Summary | |
|---|---|
static int |
getJdbcType(String jdbcTypeName)
Translates from the string representation of the type to the java.sql.Types value. |
static String |
getJdbcTypeName(int jdbcType)
Translates from a java.sql.Types values to the proper iBATIS string representation of the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getJdbcTypeName(int jdbcType)
jdbcType - a value from java.sql.Types
public static int getJdbcType(String jdbcTypeName)
jdbcTypeName - the iBATIS String representation of a JDBC type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||