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