MyDAC

MyDataTypeMap Unit Members

This unit contains the implementation of mapping between MySQL and Delphi data types.

Constants

Name Description

myBigint

Used to map BIGINT to Delphi data types.

myBigintUnsigned

Used to map BIGINT UNSIGNED to Delphi data types.

myBinary

Used to map BINARY to Delphi data types.

myBit

Used to map BIT to Delphi data types.

myBlob

Used to map BLOB to Delphi data types.

myChar

Used to map CHAR to Delphi data types.

myDate

Used to map DATE to Delphi data types.

myDatetime

Used to map DATETIME to Delphi data types.

myDecimal

Used to map DECIMAL to Delphi data types.

myDouble

Used to map DOUBLE to Delphi data types.

myEnum

Used to map ENUM to Delphi data types.

myFloat

Used to map FLOAT to Delphi data types.

myInt

Used to map INTEGER to Delphi data types.

myIntUnsigned

Used to map INTEGER UNSIGNED to Delphi data types.

myJSON

Used to map JSON to Delphi data types.

myLongBlob

Used to map LONGBLOB to Delphi data types.

myLongText

Used to map LONGTEXT to Delphi data types.

myMedium

Used to map MEDIUMINT to Delphi data types.

myMediumBlob

Used to map MEDIUMBLOB to Delphi data types.

myMediumText

Used to map MEDIUMTEXT to Delphi data types.

myMediumUnsigned

Used to map MEDIUMINT UNSIGNED to Delphi data types.

myNull

Used to map NULL to Delphi data types.

mySet

Used to map SET to Delphi data types.

mySmall

Used to map SMALLINT to Delphi data types.

mySmallUnsigned

Used to map SMALLINT UNSIGNED to Delphi data types.

myText

Used to map TEXT to Delphi data types.

myTime

Used to map TIME to Delphi data types.

myTimestamp

Used to map TIMESTAMP to Delphi data types.

myTiny

Used to map TINY to Delphi data types.

myTinyBlob

Used to map TINYBLOB to Delphi data types.

myTinyText

Used to map TINYTEXT to Delphi data types.

myTinyUnsigned

Used to map TINYINT UNSIGNED to Delphi data types.

myUnsignedTypes

Used to map UNSIGNED TYPES to Delphi data types.

myVarbinary

Used to map VARBINARY to Delphi data types.

myVarchar

Used to map VARCHAR to Delphi data types.

myYear

Used to map YEAR to Delphi data types.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback