[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msedb.pas line 1212
type fieldclasstypety = ( |
ft_unknown, |
ft_string, |
ft_guid, |
ft_numeric, |
ft_longint, |
ft_largeint, |
ft_smallint, |
ft_word, |
ft_autoinc, |
ft_float, |
ft_currency, |
ft_boolean, |
ft_datetime, |
ft_date, |
ft_time, |
ft_binary, |
ft_bytes, |
ft_varbytes, |
ft_bcd, |
ft_blob, |
ft_memo, |
ft_graphic, |
ft_variant |
); |