|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.type.JdbcTypeRegistry
public class JdbcTypeRegistry
Singleton
| 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(java.lang.String name)
Looks up a type by name, and returns it's int value (from java.sql.Types) |
static void |
setType(java.lang.String name,
int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNKNOWN_TYPE
public static final int JDBC_30_DATALINK
public static final int JDBC_30_BOOLEAN
| Method Detail |
|---|
public static void setType(java.lang.String name,
int value)
public static int getType(java.lang.String name)
name - - the type name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||