com.ibatis.sqlmap.engine.type
public class JdbcTypeRegistry extends Object
| Field Summary | |
|---|---|
| static int | JDBC_30_BOOLEAN
Value for a JDBC 3.o boolean type |
| static int | JDBC_30_DATALINK
Value for a JDBC 3.o datalink type |
| static int | UNKNOWN_TYPE
Value for the unknown type |
| Method Summary | |
|---|---|
| static int | getType(String name)
Looks up a type by name, and returns it's int value (from java.sql.Types)
|
| static void | setType(String name, int value) |
Parameters: name - the type name
Returns: - the int value (from java.sql.Types)