protected static enum AbstractFbWireBlob.BlobOpenOperation extends java.lang.Enum<AbstractFbWireBlob.BlobOpenOperation>
AbstractFbWireBlob.sendOpen(BlobOpenOperation, boolean)
.Enum Constant and Description |
---|
INPUT_BLOB |
OUTPUT_BLOB |
Modifier and Type | Method and Description |
---|---|
int |
opCodeWithBpb() |
int |
opCodeWithoutBpb() |
static AbstractFbWireBlob.BlobOpenOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFbWireBlob.BlobOpenOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFbWireBlob.BlobOpenOperation INPUT_BLOB
public static final AbstractFbWireBlob.BlobOpenOperation OUTPUT_BLOB
public static AbstractFbWireBlob.BlobOpenOperation[] values()
for (AbstractFbWireBlob.BlobOpenOperation c : AbstractFbWireBlob.BlobOpenOperation.values()) System.out.println(c);
public static AbstractFbWireBlob.BlobOpenOperation 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 final int opCodeWithoutBpb()
public final int opCodeWithBpb()
Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.