JDBC Driver for BigCommerce

Build 22.0.8462

TaxClasses

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.

For example, the following queries are processed server side:

SELECT * FROM TaxClasses

SELECT * FROM TaxClasses WHERE Id = 1 

Columns

Name Type Description
Id [KEY] Integer Numeric ID of the tax class.
Name String Name of the tax class.

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