kr.co.hit.live.query.element
Class SqlTypes
java.lang.Object
kr.co.hit.live.query.element.SqlTypes
public class SqlTypes
- extends Object
java.sql.Types에 정의된 JDBC type 값과 그 이름들을 매핑하여
그 정보를 제공하는 클래스이다.
- Since:
- 4.0
- Author:
- 김형도
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLTYPE
public static final int XMLTYPE
- See Also:
- Constant Field Values
CURSOR
public static final int CURSOR
- See Also:
- Constant Field Values
SqlTypes
public SqlTypes()
getName
public static String getName(int type)
getType
public static Integer getType(String name)
Copyright © 2014. All Rights Reserved.