Module org.firebirdsql.jaybird
Package org.firebirdsql.gds.impl
Enum Class ServiceParameterBufferImp.SpbMetaData
java.lang.Object
java.lang.Enum<ServiceParameterBufferImp.SpbMetaData>
org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
- All Implemented Interfaces:
Serializable
,Comparable<ServiceParameterBufferImp.SpbMetaData>
,Constable
,ParameterBufferMetaData
- Enclosing class:
- ServiceParameterBufferImp
public static enum ServiceParameterBufferImp.SpbMetaData
extends Enum<ServiceParameterBufferImp.SpbMetaData>
implements ParameterBufferMetaData
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionfinal int
getType()
Parameter buffer type (this usually is the version of the parameter buffer).Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface org.firebirdsql.gds.impl.ParameterBufferMetaData
addPreamble, getByteArgumentType, getByteArrayArgumentType, getIntegerArgumentType, getSingleArgumentType, getStringArgumentType
-
Enum Constant Details
-
SPB_VERSION_2_ATTACH
-
SPB_VERSION_2
-
SPB_VERSION_3_ATTACH
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getType
public final int getType()Description copied from interface:ParameterBufferMetaData
Parameter buffer type (this usually is the version of the parameter buffer).- Specified by:
getType
in interfaceParameterBufferMetaData
- Returns:
- Buffer type (for example
ISCConstants.isc_spb_version3
).
-