| Constructor and Description |
|---|
TypeValMapper() |
| Modifier and Type | Method and Description |
|---|---|
static com.j256.ormlite.field.SqlType |
getSqlTypeForTypeVal(int typeVal)
Returns the SqlType value associated with the typeVal argument.
|
static int |
getTypeValForSqlType(com.j256.ormlite.field.SqlType sqlType)
Returns the primary type value associated with the SqlType argument.
|
public static int getTypeValForSqlType(com.j256.ormlite.field.SqlType sqlType)
throws SQLException
SQLExceptionpublic static com.j256.ormlite.field.SqlType getSqlTypeForTypeVal(int typeVal)
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.