Database schema

Syntax

dbConfig()

Description

Returns the XML configuration of the database schema.

Return value

Type: Configuration object

The configuration of the database schema. The configuration type of the result is com.top_logic.basic.db.schema.setup.config.SchemaConfiguration.

Examples

The names of all table types

dbConfig()["meta-objects"]["metaobjects"].keySet()

Output: Set of (logical) table names.