Uses of Class
kr.co.hit.live.vo.TypeValue

Packages that use TypeValue
kr.co.hit.live.dao.reader   
kr.co.hit.live.vo 컴포넌트간에 데이터 전달을 위한 ValueObject와 관련된 클래스들을 포함한다. 
 

Uses of TypeValue in kr.co.hit.live.dao.reader
 

Methods in kr.co.hit.live.dao.reader that return TypeValue
 TypeValue TimeStampColumnReader.getType()
           
 TypeValue TimeColumnReader.getType()
           
 TypeValue StringColumnReader.getType()
           
 TypeValue SimpleIntegerColumnReader.getType()
           
 TypeValue ShortColumnReader.getType()
           
 TypeValue ScalarColumnReader.getType()
           
 TypeValue RealColumnReader.getType()
           
 TypeValue OracleXmlColumnReader.getType()
           
 TypeValue OracleCursorReader.getType()
           
 TypeValue ObjectColumnReader.getType()
           
 TypeValue LongColumnReader.getType()
           
 TypeValue ISOStringColumnReader.getType()
           
 TypeValue IntColumnReader.getType()
           
 TypeValue FormattedTimeStampColumnReader.getType()
           
 TypeValue FormattedTimeColumnReader.getType()
           
 TypeValue FormattedNumberColumnReader.getType()
           
 TypeValue FormattedDateColumnReader.getType()
           
 TypeValue DoubleColumnReader.getType()
           
 TypeValue DB2XmlColumnReader.getType()
           
 TypeValue DateColumnReader.getType()
           
 TypeValue ColumnReader.getType()
          에서 해당 값의 일반 Object Type이 아닌 실제 반환 Type을 TypeValue의 Type 형태으로 지정하여 반환하도록 구현해야 한다.
 TypeValue CLOBStringColumnReader.getType()
           
 TypeValue CLOBColumnReader.getType()
           
 TypeValue CharStreamColumnReader.getType()
           
 TypeValue ByteColumnReader.getType()
           
 TypeValue BooleanColumnReader.getType()
           
 TypeValue BLOBColumnReader.getType()
           
 TypeValue BinaryStreamColumnReader.getType()
           
 TypeValue BigDecimalColumnReader.getType()
           
 TypeValue ArrayColumnReader.getType()
           
 

Uses of TypeValue in kr.co.hit.live.vo
 

Methods in kr.co.hit.live.vo that return TypeValue
 TypeValue ColumnHeader.getType()
           
static TypeValue TypeValue.getType(Object obj)
           
static TypeValue TypeValue.getType(String typeName)
           
static TypeValue TypeValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeValue[] TypeValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in kr.co.hit.live.vo with parameters of type TypeValue
 int ValueObject.addColumnHeader(String name, TypeValue type, int length)
          명시적 컬럼 정보 추가
 int ValueObject.addColumnHeader(String name, TypeValue type, int length, int dbType, String dbTypeName, int dbPrecision, int dbScale, int dbIsNullable)
          명시적 컬럼 정보 및 DataBase 메터정보까지 추가.
 

Constructors in kr.co.hit.live.vo with parameters of type TypeValue
ColumnHeader(String name, TypeValue type)
           
ColumnHeader(String name, TypeValue type, int length)
           
ColumnHeader(String name, TypeValue type, int length, int dbType, String dbTypeName, int dbPrecision, int dbScale, int dbIsNullable)
           
 



Copyright © 2014. All Rights Reserved.