public static enum ServiceParameterBufferImp.SpbMetaData extends java.lang.Enum<ServiceParameterBufferImp.SpbMetaData> implements ParameterBufferMetaData
Enum Constant and Description |
---|
SPB_VERSION_2 |
SPB_VERSION_2_ATTACH |
SPB_VERSION_3_ATTACH |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Parameter buffer type (this usually is the version of the parameter buffer).
|
static ServiceParameterBufferImp.SpbMetaData |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceParameterBufferImp.SpbMetaData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
addPreamble, getByteArgumentType, getByteArrayArgumentType, getIntegerArgumentType, getSingleArgumentType, getStringArgumentType
public static final ServiceParameterBufferImp.SpbMetaData SPB_VERSION_2_ATTACH
public static final ServiceParameterBufferImp.SpbMetaData SPB_VERSION_2
public static final ServiceParameterBufferImp.SpbMetaData SPB_VERSION_3_ATTACH
public static ServiceParameterBufferImp.SpbMetaData[] values()
for (ServiceParameterBufferImp.SpbMetaData c : ServiceParameterBufferImp.SpbMetaData.values()) System.out.println(c);
public static ServiceParameterBufferImp.SpbMetaData 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 getType()
ParameterBufferMetaData
getType
in interface ParameterBufferMetaData
ISCConstants.isc_spb_version3
).Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.