Skip to content

BoldAttributes

Defines the standard attribute types

Description
This unit defines standard attribute types. The set of attributes is roughly equivalent to that of the native types in Delphi - or the column types in SQL for that matter.

Classes
TBABlob Attribute type for Binary Large Objects (BLOB)
TBABlobImageBMP A .bmp image
TBABlobImageJPEG A .jpeg image
TBABoolean The class of boolean attributes
TBAByte This attribute can store integer values in the range 0..255.
TBAConstraint
TBACurrency A currency attribute
TBADate A date attribute
TBADateTime A datetime attribute
TBAFloat A floating point attribute
TBAInteger An integer attribute
TBAMoment Abstract superclass for date and time attributes
TBANumeric
TBAShortInt A shortint attribute
TBASmallInt Attribute type corresponding to SmallInt
TBAString A string attribute
TBATime A time attribute
TBATrimmedString String attribute that trims leading and trailing spaces.
TBATypedBlob
TBAValueSet Subclass TBAValueSet to create enumeration type attributes.
TBAValueSetValue
TBAValueSetValueList
TBAWord A word attribute
TBoldBlobStream
Types
TBoldBlobStreamMode
Global Constants
bqBaseAttributes First reserved query
bqMaxAttributes Last reserved query
bqMaySetContentType

Classes

Class Summary
TBABlob Attribute type for Binary Large Objects (BLOB)
TBABlobImageBMP A .bmp image
TBABlobImageJPEG A .jpeg image
TBABoolean The class of boolean attributes
TBAByte This attribute can store integer values in the range 0..255.
TBAConstraint
TBACurrency A currency attribute
TBADate A date attribute
TBADateTime A datetime attribute
TBAFloat A floating point attribute
TBAInteger An integer attribute
TBAMoment Abstract superclass for date and time attributes
TBANumeric
TBAShortInt A shortint attribute
TBASmallInt Attribute type corresponding to SmallInt
TBAString A string attribute
TBATime A time attribute
TBATrimmedString String attribute that trims leading and trailing spaces.
TBATypedBlob
TBAValueSet Subclass TBAValueSet to create enumeration type attributes.
TBAValueSetValue
TBAValueSetValueList
TBAWord A word attribute
TBoldBlobStream