@PublicEvolving public static enum ResultSet.ResultType extends Enum<ResultSet.ResultType>
| 枚举常量和说明 |
|---|
EOS
Indicate all results have been fetched.
|
NOT_READY
Indicate the result is not ready.
|
PAYLOAD
Indicate the result has data.
|
public static final ResultSet.ResultType NOT_READY
public static final ResultSet.ResultType PAYLOAD
public static final ResultSet.ResultType EOS
public static ResultSet.ResultType[] values()
for (ResultSet.ResultType c : ResultSet.ResultType.values()) System.out.println(c);
public static ResultSet.ResultType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.