KDB column and parameter binding datatype enumeration
>Enumerated constants for binding columns and parametersEnumerated constants for binding columns and parameters
These constants define the data types to be used when binding columns in result sets with KI_BIND_COL or parameters in SQL with KI_BIND_PARAM.
The default mode will bind a string variable as KDB_BIND_VARCHAR and a numeric variable as KDB_BIND_NUMERIC.