Exemple #1
0
 @Override
 public boolean isNull(int columnIndex) {
   checkClosed();
   return mCursor.isNull(columnIndex);
 }