%ResultSet.MD.Parameter
Class %ResultSet.MD.Parameter Extends %SerialObject [ StorageStrategy = rsmdParameter, System = 2 ]
Properties
ODBCType
Property ODBCType As %Integer;
precision
Property precision As %Integer;
scale
Property scale As %Integer;
isNullable
Property isNullable As %Boolean;
label
Property label As %String(MAXLEN = 255);
clientType
Property clientType As %Integer;