public   int   getInt(int   columnIndex)throws   SQLException   
    
  Returns:   
  the   column   value;   if   the   value   is   SQL   NULL,   the   value   returned   is   0   
    
  如果某个字段的值,有些是0(因为业务原因的需要),有些是NULL,但是getInt都返回0的话,我不是没有办法区别开来?   
    
  知道的能不能讲一下,急死了~~~