Data.DBXPlatform.TDBXPlatform.CopySqlTimeStamp

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure CopySqlTimeStamp(const Value: TSQLTimeStamp; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;

C++

static void __fastcall CopySqlTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

バイトを SQL タイム スタンプの値から TBytes 値にコピーします。

CopySqlTimeStamp 静的メソッドは、DestOffset から順にバイトを Value から Dest にコピーします。

関連項目