com.stimulsoft.report.dictionary.data
Class StiDBNullCell

java.lang.Object
  extended by com.stimulsoft.report.dictionary.data.DataCell
      extended by com.stimulsoft.report.dictionary.data.StiDBNullCell

public class StiDBNullCell
extends DataCell

Copyright Stimulsoft


Constructor Summary
StiDBNullCell(StiDataColumn column)
           
 
Method Summary
 DBNull getValue()
           
 
Methods inherited from class com.stimulsoft.report.dictionary.data.DataCell
clone, createEmpty, equals, getColumnName, getEmptyValue, getType, hashCode, isNotEmpty, setValue, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiDBNullCell

public StiDBNullCell(StiDataColumn column)
Method Detail

getValue

public DBNull getValue()
Overrides:
getValue in class DataCell