AnyDAC
ContentsIndexHome
PreviousUpNext
TADSQLTimeIntervalField Class

TADSQLTimeIntervalField represents a time interval field in a dataset.

Group
Class Hierarchy
uADCompDataSet_TADSQLTimeIntervalField
File

uADCompDataSet

Links

TADSQLTimeIntervalField encapsulates the fundamental behavior common to fields that contain SQL time interval data. The time inverval data in most of the DBMS's is represented by the INTERVAL YEAR TO MONTH or INTERVAL DAY TO SECOND SQL data types. 

The TADSQLTimeIntervalField corresponds to the following data type:

  • Delphi 2006 and higher - ftOraInterval;
  • Delphi 2005 or less - ftParadoxOle.

These two data types are synonyms for AnyDAC.

TADSQLTimeIntervalField = class(TField);

uADStanSQLTimeInt

What do you think about this topic? Send feedback!