DatabaseConfig

DatabaseConfig#

class DatabaseConfig#

Bases: MmParameter

DatabaseConfig lists logical databases and their table lists.

Used by higher-level code to determine which parameter tables belong to a given logical database (e.g., experiment or simulation). The TableList is stored as a string matrix and converted back to a MATLAB string array by MmParameter.convertOutputTable().

Schema (columns, types, defaults, default entries):

Column

Type

Default

DefaultEntry values

Name

string

defaultDatabase

experiment; simulation

TableList

stringMatrix

defaultTable

[main]; [main]

Foreign keys:

(none)

Join conditions:

(none)

Flags:

Property

Value

IsIncludeDefaultEntry

false

IsFirstColumnUnique

true

IsTriggerJoinOnRight

false

IsTriggerJoinOnLeft

false

Constructor Summary
DatabaseConfig()#
Method Summary
defineSchema()#