ODBC Driver for Garoon

Build 23.0.8839

EventFacilities

予定の施設に関する情報をクエリします。

ビュー固有の情報

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 '=' operator.
  • Target supports '=' 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 EventFacilities WHERE TargetType = 'facility' AND Target = '4'

Columns

Name Type Description
EventId [KEY] Int 予定ID。
EventStartDateTime [KEY] Datetime 予定の開始日時。
EventEndDateTime [KEY] Datetime 予定の終了日時。
FacilityId [KEY] Int 施設ID。
Name String 施設名。
Code String 施設コード。
Notes 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