kr.co.hit.live.dao.types
Class JdbcNull

java.lang.Object
  extended by kr.co.hit.live.dao.types.JdbcNull

public class JdbcNull
extends Object

Jdbc에서 Null 객체인 경우에도 그 sql type을 필요로 하기때문에 이를 표현하기 위한 클래스이다.

Since:
4.0
Author:
김형도

Constructor Summary
JdbcNull(int type)
           
 
Method Summary
 int getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcNull

public JdbcNull(int type)
Method Detail

getType

public int getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.