com.pmease.quickbuild.plugin.report.engine.datatype
Class ClobType

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
      extended by com.pmease.quickbuild.plugin.report.engine.datatype.StringType
          extended by com.pmease.quickbuild.plugin.report.engine.datatype.ClobType
All Implemented Interfaces:
DataType, TypedObject, java.io.Serializable

public class ClobType
extends StringType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
CSV_FORMAT, nodeType, XML_FORMAT
 
Constructor Summary
ClobType()
           
 
Method Summary
 java.lang.Object asDbObject(java.lang.Object original)
           
 java.lang.Object fromDbObject(java.sql.ResultSet rs, java.lang.String columnName)
           
 java.lang.String getSqlType()
           
 java.lang.String getType()
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.StringType
asString, fromString, getDefaultPattern, getDefaultValue, getReturnedClass, typeCast
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
asString, asString, compare, equals, fromString, fromString, fromXML, getNodeType, getReadFormat, getWriteFormat, hashCode, isCollectionType, isEqual, isIdType, isNumericType, isPrimitiveType, newInstance, readFromNode, setNodeType, toString, toXML, writeToNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClobType

public ClobType()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject
Overrides:
getType in class StringType

getSqlType

public java.lang.String getSqlType()
Specified by:
getSqlType in interface DataType
Overrides:
getSqlType in class StringType

asDbObject

public java.lang.Object asDbObject(java.lang.Object original)
Specified by:
asDbObject in interface DataType
Overrides:
asDbObject in class StringType

fromDbObject

public java.lang.Object fromDbObject(java.sql.ResultSet rs,
                                     java.lang.String columnName)
Specified by:
fromDbObject in interface DataType
Overrides:
fromDbObject in class StringType


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.