Tables
The driver models the data in Box into a list of tables that can be queried using standard SQL statements.
Generally, querying Box tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
CData JDBC Driver for Box Tables
Name | Description |
Bookmarks | Query, insert, update and delete the available bookmarks in Box. |
Collaborations | Create, update, delete, and query the available Collaborations in Box. |
Comments | Create, update, delete, and query the available Comments in Box. |
Folders | Create, update, delete, and query the available Folders in Box. |
Groups | Create, update, delete, and query the available Groups in Box. |
Memberships | Create, update, delete, and query the available Memberships in Box. |
MetadataTemplates | Create, update, delete and query the Metadata Templates in Box |
TaskAssignments | Create, update, delete, and query the available Task Assignments in Box. |
Tasks | Create, update, delete, and query the available Tasks in Box. |
TrashedItems | Delete and query the available TrashedItems in Box. |
Users | Create, update, delete, and query the available Users in Box. |