public enum ResultSetPolicyMode extends java.lang.Enum<ResultSetPolicyMode>
Enum Constant and Description |
---|
DIRECT |
STREAM_CACHE |
Modifier and Type | Method and Description |
---|---|
abstract ResultSetProxy |
getProxy(DatabaseConnector cntr,
java.sql.ResultSet rs,
java.sql.ResultSetMetaData meta) |
static ResultSetPolicyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetPolicyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultSetPolicyMode DIRECT
public static final ResultSetPolicyMode STREAM_CACHE
public static ResultSetPolicyMode[] values()
for (ResultSetPolicyMode c : ResultSetPolicyMode.values()) System.out.println(c);
public static ResultSetPolicyMode 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 nullpublic abstract ResultSetProxy getProxy(DatabaseConnector cntr, java.sql.ResultSet rs, java.sql.ResultSetMetaData meta) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.