IBX.IBExtract.TIBExtract.GetCharacterSets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCharacterSets(CharSetId, Collation : Short;	CollateOnly : Boolean) : String;

C++

System::UnicodeString __fastcall GetCharacterSets(short CharSetId, short Collation, bool CollateOnly);

Properties

Type Visibility Source Unit Parent
function public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

Returns a specified character set and collation order as a printable string.

GetCharacterSets looks up a specified character set and collation order, and returns their names.

CharSetId is the identifier of the desired character set.

Collation is the identifier of the desired collation order.

CollateOnly indicates that the return string should include the name of the collation order but not the name of the character set.