java.lang.Object | |
↳ | org.mybatis.generator.internal.types.JdbcTypeNameTranslator |
TODO - Delete Me
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Translates from the string representation of the type to the
java.sql.Types value.
| |||||||||||
Translates from a java.sql.Types values to the proper iBATIS string
representation of the type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Translates from the string representation of the type to the java.sql.Types value.
jdbcTypeName | the iBATIS String representation of a JDBC type |
---|
Translates from a java.sql.Types values to the proper iBATIS string representation of the type.
jdbcType | a value from java.sql.Types |
---|