製品をチェック

無償トライアル:

無償トライアルへ

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

ShipStation JDBC Driver

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

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

お問い合わせ

DBArtisan でJDBC 経由でShipStation Data をデータ連携利用


DBArtisan のウィザードを使用して、ShipStation のJDBC データソースを作成します。


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

shipstation ロゴ画像

JDBC Driver

jdbc ロゴ画像
DB Artisan ロゴ画像

CData JDBC Driver for ShipStation は、データベースとしてShipStation data に連携できるようにすることで、ShipStation data をDBArtisan などのデータベース管理ツールにシームレスに連携します。ここでは、DBArtisan でShipStation のJDBC ソースを作成する方法を説明します。データを直観的に標準SQL で実行できます。

ShipStation Data をDBArtisan Projects に連携

以下のステップに従って、ShipStation をプロジェクトのデータベースインスタンスとして登録します。

  1. DBArtisan で、[Data Source]->[Register Datasource]とクリックします。
  2. [Generic JDBC]を選択します。
  3. [Manage]をクリックします。
  4. 表示されるダイアログで、[New]をクリックします。ドライバーの名前を入力し、[Add]をクリックします。次に、ドライバーJAR に移動します。ドライバーJAR は、インストールディレクトリのlib サブフォルダにあります。 The JDBC driver definition in the Register Datasource wizard.(Salesforce is shown.)
  5. Connection URL ボックスで、JDBC URLに資格情報とその他の必要な接続プロパティを入力します。

    Use the BASIC Authentication standard to connect.

    1. Login to your ShipStation account
    2. Click on the settings icon in the upper right corner. A column menu will show up on the left
    3. Click Account -> API Settings
    4. On the API Settings page, note the API Key and API Secret.

    Authenticating to ShipStation

    • APIKey: Set this to the API key from the API settings page.
    • APISecret: Set this to the Secret key from the API settings page.

    ビルトイン接続文字列デザイナー

    JDBC URL の構成については、ShipStation JDBC Driver に組み込まれている接続文字列デザイナーを使用してください。JAR ファイルのダブルクリック、またはコマンドラインからJAR ファイルを実行します。

    java -jar cdata.jdbc.shipstation.jar

    接続プロパティを入力し、接続文字列をクリップボードにコピーします。

    Required JDBC connection properties in the Register Datasource wizard.(Salesforce is shown.)

    下は一般的な接続文字列です。

    jdbc:shipstation:APIKey='YourAPIKey';APISecret='YourAPISecret'
  6. ウィザードを終了して、ShipStation に接続します。ShipStation エンティティは、[Datasource Explorer]に表示されます。

ほかのデータベースを使うのと同じように、ShipStation を使うことができます。 ShipStation API にサポートされているクエリについてのより詳しい情報は、ドライバーのヘルプドキュメントを参照してください。

The results of a query.(Salesfnorce is shown.)