ODBC Driver for Garoon

Build 23.0.8839

EventWatchers

予定の公開先に関する情報をクエリします。

ビュー固有の情報

The 本製品 will use the Garoon API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • TargetType supports the '=' operator.
  • Target supports the '=' operator.

NOTE: Target and TargetType fields should be used together in the query (i.e If target field is specified in the query, targetType field is also mandatory and vice versa). For example, the following queries are processed server side:

SELECT * FROM EventWatchers WHERE TargetType = 'user' AND Target = '4'

Columns

Name Type Description
EventId [KEY] Int 予定ID。
EventStartDateTime [KEY] Datetime 予定の開始日時。
EventEndDateTime [KEY] Datetime 予定の終了日時。
WatcherId [KEY] Int 公開先のユーザーID。
Name String 公開先の表示名。
Code String 公開先のコード。
Type String 公開先のタイプ。

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
TargetType String Specify the type to narrow down the results by user, organization or facility.

使用できる値は次のとおりです。user, organization, facility

Target String Specify the ID to narrow down the results by user Id, organization Id or facility Id.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839