JDBC Driver for Shopify

Build 24.0.8963

Jobs

Returns a Job resource by ID. Used to check the status of internal jobs and any applicable changes.

View-Specific Information

Select

The driver uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The driver processes other filters client-side within the driver.

  • Id supports the '=,IN' comparison operators.

For example, the following queries are processed server side:

  SELECT * FROM Jobs
  SELECT * FROM Jobs WHERE Id = 'Val1'

Columns

Name Type References Description
Id [KEY] String A globally-unique ID that's returned when running an asynchronous mutation.
Done Bool This indicates if the job is still queued or has been run.

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