Data.Cloud.AmazonAPI.TAmazonTableService.InsertRows

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

Delphi

function InsertRows(const TableName: string; Rows: TList<TAmazonBatchRow>;  ResponseInfo: TCloudResponseInfo = nil): Boolean;

C++

bool __fastcall InsertRows(const System::UnicodeString TableName, System::Generics::Collections::TList__1<TAmazonBatchRow>* Rows, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonTableService


説明

渡された行を指定されたテーブルへ、バッチ挿入を行います。

InsertRows を使用すると、渡された行を指定されたテーブルへ、バッチ挿入することができます。

Conditionals は、単一値属性とのみ使用されます。

メソッドは、挿入が成功した場合に True を、そうでなければ False を返します。

次の表は、パラメータの意味を表しています:

パラメータ 説明

TableName

行群を挿入するテーブルの名前。

Rows

バッチ挿入または更新する行群。

ResponseInfo

レスポンス情報を格納する任意のクラス。

関連項目