Source position: fpsqltree.pp line 548
type TSQLDataType = ( |
sdtDomain, |
sdtSmallInt, |
sdtInteger, |
sdtFloat, |
sdtDoublePrecision, |
sdtDecimal, |
sdtNumeric, |
sdtDate, |
sdtDateTime, |
sdtTime, |
sdtChar, |
sdtVarChar, |
sdtNChar, |
sdtNVarChar, |
sdtCstring, |
sdtBlob |
); |