Trillo Workbench Java SDK
  • Introduction
    • Sample Example
  • BaseApi (Basic APIs)
  • LogApi (Logging APIs)
  • DSApi (Database APIs)
    • Overview
    • Retrieve APIs
    • Create and Update API
    • Delete APIs
    • Empty Table
    • Sample Functions Using API
  • FuncApi (Function APIs)
  • TaskApi (Task APIs)
  • CacheApi (Memory Cache APIs)
    • Delete APIs
    • Create and Update API
    • Retrieve APIs
  • StorageApi
  • CallLogger (Logging Level APIs)
  • CommandApi
  • OAuth1Api
  • Google Cloud APIs
    • BigQueryApi (BigQuery APIs)
    • GCSApi (Cloud Storage APIs)
    • GCPAuthApi
    • GCPRestApi
    • GCPTokenInfo
  • Metadata API (MetaApi)
    • Create and Update API
    • All Retrieve-Only
  • UMApi (User, Tenant, Roles APIs)
  • HttpApi (HTTP APIs)
  • SFTPApi
  • FileUtil
  • CSVApi
  • EmailApi (Email APIs)
Powered by GitBook
On this page

Was this helpful?

  1. DSApi (Database APIs)

Overview

Database and Order Management:

  1. Customer:

    • The "customer" table stores essential customer information, including names, email addresses, and phone numbers.

  2. Product:

    • The "product" table contains details about the products available on the platform, including product names, descriptions, and prices.

  3. Orders:

    • The "order" table tracks customer orders, recording order IDs, customer ID (linked to the customer's table), order dates, product ID (linked to the product's table) and total order amounts.

Last updated 1 year ago

Was this helpful?