JDBC Driver for BigCommerce

Build 22.0.8462

ProductCustomFields

Lists all tax classes.

Table Specific Information

Select

The driver will use the BigCommerce API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.

  • Id supports the '=' comparison.
  • ProductId supports the '=' comparison.

For example, the following queries are processed server side:

SELECT * FROM ProductCustomFields

SELECT * FROM ProductCustomFields WHERE Id = 1 

SELECT * FROM ProductCustomFields WHERE ProductId = 2

Columns

Name Type Description
Id [KEY] Integer Numeric ID of the custom field.
ProductId Integer Id of the product that the custom field belongs to.
Name String Name of the custom field.
Text String Value of the custom field.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462