Package oracle.pgx.common.types
Interface Row
-
public interface RowSpecifies the type for rows.
-
-
Field Summary
Fields Modifier and Type Field Description static longNIL_ROWThis value specifies a NULL or NIL row, meaning a non-row.static java.lang.StringNIL_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
-
NIL_ROW_STRING
static final java.lang.String NIL_ROW_STRING
- See Also:
- Constant Field Values
-
-