Unit 'odbcsqldyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#odbc]

SQL_NUMERIC_STRUCT

Declaration

Source position: odbcsql.inc line 296

type SQL_NUMERIC_STRUCT = packed record

  precision: SQLCHAR;

  scale: SQLSCHAR;

  sign: SQLCHAR;

  val: array [0..15] of SQLCHAR;

end;


Documentation generated on: 2023-03-18