Variable ParameterSpecialization.type

struct ParameterSpecialization
{
  // ...
  SQLType type = cast(SQLType)cast(short)-1;
  // ...
}