Interface Row


  • public interface Row
    Specifies the type for rows.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NIL_ROW
      This value specifies a NULL or NIL row, meaning a non-row.
      static java.lang.String NIL_ROW_STRING  
    • Field Detail

      • NIL_ROW

        static final long NIL_ROW
        This value specifies a NULL or NIL row, meaning a non-row.
        See Also:
        Constant Field Values