public static enum ParameterBufferHelper.DpbValueType extends java.lang.Enum<ParameterBufferHelper.DpbValueType>
Enum Constant and Description |
---|
TYPE_BOOLEAN |
TYPE_BYTE |
TYPE_INT |
TYPE_STRING |
TYPE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
parseDpbString(java.lang.String value)
Parses the supplied Object (which should be a String, Boolean, Byte or Integer) to
the type appropriate for this DpbValueType.
|
static ParameterBufferHelper.DpbValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterBufferHelper.DpbValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterBufferHelper.DpbValueType TYPE_UNKNOWN
public static final ParameterBufferHelper.DpbValueType TYPE_BOOLEAN
public static final ParameterBufferHelper.DpbValueType TYPE_BYTE
public static final ParameterBufferHelper.DpbValueType TYPE_INT
public static final ParameterBufferHelper.DpbValueType TYPE_STRING
public static ParameterBufferHelper.DpbValueType[] values()
for (ParameterBufferHelper.DpbValueType c : ParameterBufferHelper.DpbValueType.values()) System.out.println(c);
public static ParameterBufferHelper.DpbValueType 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 java.lang.Object parseDpbString(java.lang.String value)
value
- The value to parseCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.