製品をチェック

無償トライアル:

無償トライアルへ

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

DocuSign JDBC Driver

DocuSign のAccounts、Envelopes、Folders データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。

データ連携でお困りですか?

お問い合わせ

Connect to DocuSign Data in DBeaver


Manage DocuSign data with visual tools in DBeaver like the query browser.


docusign ロゴ画像
jdbc ロゴ画像

JDBC

DBeaver ロゴ画像

The CData JDBC Driver for DocuSign implements JDBC standards that enable third-party tools to interoperate, from wizards in IDEs to business intelligence tools. This article shows how to connect to DocuSign data with wizards in DBeaver and browse data in the DBeaver GUI.

Create a JDBC Data Source for DocuSign Data

Follow the steps below to load the driver JAR in DBeaver.

  1. Open the DBeaver application and, in the Databases menu, select the Driver Manager option. Click New to open the Create New Driver form.
  2. In the Driver Name box, enter a user-friendly name for the driver.
  3. To add the .jar, click Add File.
  4. In the create new driver dialog that appears, select the cdata.jdbc.docusign.jar file, located in the lib subfolder of the installation directory.
  5. Click the Find Class button and select the DocuSignDriver class from the results. This will automatically fill the Class Name field at the top of the form. The class name for the driver is cdata.jdbc.docusign.DocuSignDriver.
  6. Add jdbc:docusign: in the URL Template field.
The JDBC data source, defined by the JAR path, driver class, and JDBC URL. (QuickBooks is shown.)

Create a Connection to DocuSign Data

Follow the steps below to add credentials and other required connection properties.

  1. In the Databases menu, click New Connection.
  2. In the Create new connection wizard that results, select the driver.
  3. On the next page of the wizard, click the driver properties tab.
  4. Enter values for authentication credentials and other properties required to connect to DocuSign.

    DocuSign への接続には以下の接続プロパティを設定します:

    • UseSandbox: UseSandbox は現在のユーザーアカウントがサンドボックスかそうでないかを示します。デフォルトはfalse です。サンドボックスアカウントがある場合はTrue に設定します。
    • AccountId (optional): 認証が成功すると自動的に設定されます。 または、複数のAccount Id にアクセスできる場合は、接続文字列で手動で設定できます。アカウントId を取得するには、UserInfo ビューをクエリします。

    DocuSign への認証

    DocuSign はOAuth 認証標準を利用しています。OAuth を使って認証するには、アプリケーションを作成してOAuthClientId、OAuthClientSecret、およびCallbackURL 接続プロパティを取得しなければなりません。認証方法については、ヘルプドキュメントの「OAuth 認証の使用」を参照してください。

    Below is a typical connection string:

    jdbc:docusign:OAuthClientId=MyClientId; OAuthClientSecret=MyClientSecret; CallbackURL=http://localhost:33333;

Credentials and other parameters required to connect. (QuickBooks is shown.)

Query DocuSign Data

You can now query information from the tables exposed by the connection: Right-click a Table and then click Edit Table. The data is available on the Data tab.

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