Package org.firebirdsql.gds
Class ParameterBufferHelper.DpbParameterType
java.lang.Object
org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
- Enclosing class:
- ParameterBufferHelper
Dpb type, which is the name, the key for the dpb and its value type.
Provides conversion to the required type.
-
Constructor Summary
ConstructorsConstructorDescriptionDpbParameterType(String name, Integer dpbKey, ParameterBufferHelper.DpbValueType type) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()parseDpbString(Object value) Deprecated.parseDpbString(String value) Parses the supplied String to the type appropriate for this DpbParameterType.
-
Constructor Details
-
DpbParameterType
-
-
Method Details
-
getName
-
getShortName
-
getDpbKey
-
getType
-
parseDpbString
Deprecated.In general,parseDpbString(String)should be used; this method is not planned for removalParses the supplied Object (which should be a String, Boolean, Byte or Integer) to the type appropriate for this DpbParameterType.- Parameters:
value- The value to parse- Returns:
- Parsed value (either a Boolean, Byte, Integer or String)
-
parseDpbString
Parses the supplied String to the type appropriate for this DpbParameterType.- Parameters:
value- The value to parse- Returns:
- Parsed value (either a Boolean, Byte, Integer or String)
-
parseDpbString(String)should be used; this method is not planned for removal