Function Answer.paramType

Returns the data type of the indicated statement parameter. Parameter numbers start at 0. This function is only useful when inspecting the result of describePrepared. For other types of queries it will return zero.

OidType paramType(T) (
  T paramNum
);