public static enum StreamingResultSet.RowEvent extends java.lang.Enum<StreamingResultSet.RowEvent>
Enum Constant and Description |
---|
EndOfStream |
NewRow |
NewRowtimeBound |
Timeout |
Modifier and Type | Method and Description |
---|---|
static StreamingResultSet.RowEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamingResultSet.RowEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamingResultSet.RowEvent EndOfStream
public static final StreamingResultSet.RowEvent NewRow
public static final StreamingResultSet.RowEvent NewRowtimeBound
public static final StreamingResultSet.RowEvent Timeout
public static StreamingResultSet.RowEvent[] values()
for (StreamingResultSet.RowEvent c : StreamingResultSet.RowEvent.values()) System.out.println(c);
public static StreamingResultSet.RowEvent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright (C) 2003-2021 SQLstream, Inc.