protected static enum AbstractStatement.StatementResult extends java.lang.Enum<AbstractStatement.StatementResult>
Enum Constant and Description |
---|
NO_MORE_RESULTS |
RESULT_SET |
UPDATE_COUNT |
Modifier and Type | Method and Description |
---|---|
abstract AbstractStatement.StatementResult |
nextResult() |
static AbstractStatement.StatementResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStatement.StatementResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStatement.StatementResult RESULT_SET
public static final AbstractStatement.StatementResult UPDATE_COUNT
public static final AbstractStatement.StatementResult NO_MORE_RESULTS
public static AbstractStatement.StatementResult[] values()
for (AbstractStatement.StatementResult c : AbstractStatement.StatementResult.values()) System.out.println(c);
public static AbstractStatement.StatementResult 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 AbstractStatement.StatementResult nextResult()
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.