Package org.firebirdsql.gds.impl.argument
Arguments (code, type information and value) for
ParameterBufferBase
.-
Class Summary Class Description Argument Base class for arguments to the parameter buffer.BigIntArgument Argument
implementation for bigint (long) values.ByteArgument Argument
implementation for byte values.ByteArrayArgument Argument
implementation for byte arrays.NumericArgument Argument
implementation for numeric (integer) valuesSingleItem Argument
implementation for items without a value.StringArgument Argument
implementation for String valuesTypedArgument Argument with an argument type. -
Enum Summary Enum Description ArgumentType Argument metadata type.