FireDAC.Phys.ODBCBase.TFDPhysODBCCommand.SQL2FDColInfo
Delphi
procedure SQL2FDColInfo(ASQLDataType: SQLSmallint; AUnsigned: Boolean;
const ASQLTypeName: String; var ASQLSize: SQLInteger; ASQLDecimals: SQLInteger;
var AType: TFDDataType; var AAttrs: TFDDataAttributes; var ALen: LongWord;
var APrec, AScale: Integer);
C++
void __fastcall SQL2FDColInfo(Firedac::Phys::Odbccli::SQLSmallint ASQLDataType, bool AUnsigned, const System::UnicodeString ASQLTypeName, Firedac::Phys::Odbccli::SQLInteger &ASQLSize, Firedac::Phys::Odbccli::SQLInteger ASQLDecimals, Firedac::Stan::Intf::TFDDataType &AType, Firedac::Stan::Intf::TFDDataAttributes &AAttrs, System::LongWord &ALen, int &APrec, int &AScale);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | FireDAC.Phys.ODBCBase.pas FireDAC.Phys.ODBCBase.hpp |
FireDAC.Phys.ODBCBase | TFDPhysODBCCommand |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.