kr.co.hit.live.query.element
Class SqlTypes

java.lang.Object
  extended by kr.co.hit.live.query.element.SqlTypes

public class SqlTypes
extends Object

java.sql.Types에 정의된 JDBC type 값과 그 이름들을 매핑하여 그 정보를 제공하는 클래스이다.

Since:
4.0
Author:
김형도

Field Summary
static int CURSOR
           
static int XMLTYPE
           
 
Constructor Summary
SqlTypes()
           
 
Method Summary
static String getName(int type)
           
static Integer getType(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMLTYPE

public static final int XMLTYPE
See Also:
Constant Field Values

CURSOR

public static final int CURSOR
See Also:
Constant Field Values
Constructor Detail

SqlTypes

public SqlTypes()
Method Detail

getName

public static String getName(int type)

getType

public static Integer getType(String name)


Copyright © 2014. All Rights Reserved.