製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Workday JDBC Driver

Workday データを組み込んだパワフルなJava アプリケーションを短時間・低コストで作成して配布できます。

DbVisualizer で Workday データに連携しクエリを作成


DbVisualizer のビジュアルデータ分析ツールやデータ接続ウィザードにWorkday を連携。


加藤龍彦
ウェブデベロッパー

workday ロゴ画像

JDBC Driver

jdbc ロゴ画像
DbVisualizer ロゴ画像


CData JDBC Driver for Workday は、JDBC 標準に準拠し、BI ツールからIDE まで幅広いアプリケーションでWorkday への接続を提供します。この記事では、DbVisualizer からWorkday に接続する方法、およびtable エディタを使ってWorkday を ロード、 する方法を説明します。

Workday データの新しいJDBC データソースを作成

下記の手順に従って、Driver Manager を使ってDbVisualizer ツールからWorkday に接続します。

  1. DbVisualizer で[Tools]>[Driver Manager]>[Create a New Driver]をクリックします。
  2. データソースに名前を入力します。
  3. [URL Format]ボックスに以下を入力します: jdbc:workday:
    DbVisualizer Driver Manager
  4. [User Specified]タブで[User Specified]ボタンをクリックし、インストールディレクトリの[lib]サブフォルダ内のcdata.jdbc.workday.jar ファイルを選択します。
  5. [Driver Class]メニューでWorkdayDriver クラス、cdata.jdbc.workday.WorkdayDriver を選択します。
The JDBC data source. (QuickBooks is shown.)

JDBC データソースへの接続を定義

下記の手順に従って、JDBC URL に接続プロパティを入力します。

  1. [Database] タブで[Database Connection]ノードを右クリックし、[Create a Database Connection]をクリックします。
  2. [Connection]セクションで以下のオプションを設定します:

    • Database Type:ウィザードオプションを選択した場合は、データベースの種類は自動検出される。ウィザードを使用しないオプションを選択した場合は、[Database Type]メニューから[Generic]または[Auto Detect]オプションを選択。
    • Driver:先ほど作成したドライバーを選択。
    • Database URL:フルJDBC URL を入力。JDBC URL シンタックスは以下のとおりです。 jdbc:workday: 次に、セミコロン区切りでname-value ペアの接続プロパティを入力します。

      To connect, there are three pieces of information required: Authentication, API URL, and WSDL URL.

      Authentication

      To authenticate, specify your User and Password. Note that you must append your Tenant to your User separated by an '@' character. For instance, if you normally log in with 'geraldg' and your Tenant is 'mycompany_mc1', then your User should be specified as 'geraldg@mycompany_mc1'.

      API URL

      The API URL may be specified either directly via APIURL, or it may be constructed from the Tenant, Service, and Host. The APIURL is constructed in the following format: <Host>/ccx/service/<Tenant>/<Service>.

      WSDL URL

      The WSDLURL may be specified in its entirety, or may be constructed from the Service and WSDLVersion connection properties. The WSDLURL is constructed in the following format: https://community.workday.com/sites/default/files/file-hosting/productionapi/<Service>/<WSDLVersion>/<Service>.wsdl

      一般的な接続文字列は次のとおりです。

      jdbc:workday:User=myuser;Password=mypassword;Tenant=mycompany_gm1;Host=https://wd3-impl-services1.workday.com
    • Database UserId:Workday を認証するユーザーネーム。
    • Database Password:Workday を認証するパスワード。
  3. [Connection]タブで[Connect]をクリックします。

    JDBC Data Source Configuration Settings on the Connection tab. (QuickBooks is shown.)

QuickBooks JDBC Driver が表示するテーブルをブラウズするには、テーブルを右クリックし[Open In New Tab]をクリックします。

SQL クエリの実行には、SQL Commander ツールを使います:[SQL Commander]>[New SQL Commander]をクリックします。利用可能なメニューから[Database Connection]、[Database]、[Schema]を選択します。

サポートされるSQL についての詳細は、ヘルプドキュメントの「サポートされるSQL」をご覧ください。テーブルに関する情報は「データモデル」をご覧ください。

The results of a query in DbVisualizer. (QuickBooks is shown.)