Apache Derby · Example Payload

Apache Derby Table Info Example

ApacheDatabaseEmbeddedJavaJDBCOpen SourceRelationalSQL

Apache Derby Table Info Example is an example object payload from Apache Derby, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tableNametableSchematableTyperemarks

Example Payload

apache-derby-table-info-example.json Raw ↑
{
  "tableName": "EMPLOYEES",
  "tableSchema": "APP",
  "tableType": "TABLE",
  "remarks": "Employee records table"
}