Tables
Table tools manage database table definitions in Neptune DXP - Open Edition. The platform’s data-definition pipeline runs on every save, so the underlying database schema is updated to match the table definition.
Required role: tabledefinition.
If your user account does not have this role, every tool in this group fails immediately with an access denied error. Contact an administrator to request the role, or see Access control for more information on how roles are enforced.
|
|
Available tools
Parameters are shown with their type and a short description. UUIDs are always strings.
| Tool | Description | Parameters |
|---|---|---|
|
List all database table definitions. |
None |
|
Return a table definition, including its fields, indices, and foreign keys. |
|
|
Create or update a table definition. For a new table, the object must contain
|
|
|
Delete a table definition and drop the underlying database table. |
|
|
Read rows from a table. Supports filters, column selection, pagination, and sort order. Per-table read permissions are enforced. Users only see tables they have access to. |
|
Related topics
-
Tools overview — the full list of artifact types and required roles.
-
Access control — how role and development package checks are enforced on every tool call.