FireDAC.Phys.PGWrapper.TPgTypesManager.DecodeModifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure DecodeModifier(ATypeOid: Oid; AModifier: Integer;  out ALen, APrec, AScale: Integer); static;

C++

static void __fastcall DecodeModifier(unsigned ATypeOid, int AModifier, /* out */ int &ALen, /* out */ int &APrec, /* out */ int &AScale);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.PGWrapper.pas
FireDAC.Phys.PGWrapper.hpp
FireDAC.Phys.PGWrapper TPgTypesManager

Description

Embarcadero Technologies does not currently have any additional information.