public static enum JDBC4ResultSet.ResultSetClass extends Enum<JDBC4ResultSet.ResultSetClass>
| Modifier and Type | Method and Description |
|---|---|
static JDBC4ResultSet.ResultSetClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDBC4ResultSet.ResultSetClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JDBC4ResultSet.ResultSetClass COMPLETE
public static final JDBC4ResultSet.ResultSetClass STREAMING
public static final JDBC4ResultSet.ResultSetClass CURSOR
public static JDBC4ResultSet.ResultSetClass[] values()
for (JDBC4ResultSet.ResultSetClass c : JDBC4ResultSet.ResultSetClass.values()) System.out.println(c);
public static JDBC4ResultSet.ResultSetClass valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 oceanbase.com. All rights reserved.