Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard.
Dynamic views, such as queries exposed as views, and views for looking up specific combinations of project_team work items are supported.
CData JDBC Driver for Wave Financial Views
Name | Description |
Accounts | Chart of Accounts for the business. |
AccountSubtypes | List subtypes of accounts. |
AccountTypes | List types of accounts. |
Businesses | List businesses. |
Countries | List countries. |
Currencies | List currencies. |
Customers | List of customers for the business. |
InvoiceItems | The line items (product, unit and price) that make up the invoiced sale. |
InvoiceItemTaxes | List of taxes applied to an invoice item. |
Invoices | List of invoices for the business. |
ProductDefaultSalesTaxes | Default sales taxes to apply on product. |
ProductDefaultSalesTaxRates | Tax rates with their effective dates of application. |
Products | List of products (and services) for the business. |
Provinces | List of principal subdivisions. |
SalesTaxes | List of sales taxes for the business. |
SalesTaxRates | Tax rates with their effective dates of application |
Vendors | List of vendors for the business. |