public static enum TransactionParameterBufferImpl.TpbMetaData extends java.lang.Enum<TransactionParameterBufferImpl.TpbMetaData> implements ParameterBufferMetaData
| Enum Constant and Description | 
|---|
| TPB_VERSION_3 | 
| Modifier and Type | Method and Description | 
|---|---|
| ArgumentType | getByteArrayArgumentType(int tag)Gets the byte array argument type for the supplied tag. | 
| ArgumentType | getIntegerArgumentType(int tag)Gets the integer argument type for the supplied tag. | 
| ArgumentType | getSingleArgumentType(int tag)Gets the single argument type for the supplied tag. | 
| ArgumentType | getStringArgumentType(int tag)Gets the string argument type for the supplied tag. | 
| int | getType()Parameter buffer type (this usually is the version of the parameter buffer). | 
| static TransactionParameterBufferImpl.TpbMetaData | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static TransactionParameterBufferImpl.TpbMetaData[] | 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, valueOfaddPreamble, getByteArgumentTypepublic static final TransactionParameterBufferImpl.TpbMetaData TPB_VERSION_3
public static TransactionParameterBufferImpl.TpbMetaData[] values()
for (TransactionParameterBufferImpl.TpbMetaData c : TransactionParameterBufferImpl.TpbMetaData.values()) System.out.println(c);
public static TransactionParameterBufferImpl.TpbMetaData 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()
ParameterBufferMetaDatagetType in interface ParameterBufferMetaDataISCConstants.isc_spb_version3).public final ArgumentType getStringArgumentType(int tag)
ParameterBufferMetaDataWhen the tag is not known (or unsupported for string arguments), then the default should be returned.
getStringArgumentType in interface ParameterBufferMetaDatatag - Tag (item type)null)public final ArgumentType getByteArrayArgumentType(int tag)
ParameterBufferMetaDataWhen the tag is not known (or unsupported for string arguments), then the default should be returned.
getByteArrayArgumentType in interface ParameterBufferMetaDatatag - Tag (item type)null)public final ArgumentType getIntegerArgumentType(int tag)
ParameterBufferMetaDataWhen the tag is not known (or unsupported for string arguments), then the default should be returned.
getIntegerArgumentType in interface ParameterBufferMetaDatatag - Tag (item type)null)public final ArgumentType getSingleArgumentType(int tag)
ParameterBufferMetaDataWhen the tag is not known (or unsupported for string arguments), then the default should be returned.
getSingleArgumentType in interface ParameterBufferMetaDatatag - Tag (item type)null)Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.