Classes

Types

# DBConnectionConfig inner

Database connection config (w/o credential)

Properties

  • name string
  • dialect string
  • isDefault boolean
  • supportLang Array.<string>
  • advSettings string

    database specific settings

  • lobParameters opt string

    Oracle only - additional parameters for LOB (CLOB, BLOB) columns. Example: STORE AS BASICFILE (TABLESPACE blob_tbs)

  • indexTablespace opt string

    tablespace(Oracle, Postgres)/filegroup(SQLServer) name for storing newly added indexes

# domainEntitiesIteratorCallback (entityUBEntity, entityCodestring, entitiesObject.<string, UBEntity>) inner

Callback for UBDomain.forEach iterator

Arguments:

# entityAttributesIteratorCallback (attributeUBEntityAttribute, attributeNameoptstring, attributesoptUBEntityAttributes) inner

Arguments: