Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TagDescription
<tables-definition>

Root element of a DDML document. Its children are the main database entities:

<table-definition>, <ddl-definition>, and <view-definition>. The <tables-definition> tag includes the product attribute, which indicates the product of this specific DDML definition.

<table-definition>

Includes the table-level attributes. Its children are the <column-definition>, <index-definition>, and <foreign-key-definition> tags.

If a table is a statistics table, meaning means that the type attribute has the value STATISTICS, the <summary-hour>, <summary-day>, <summary-week>, and <summary-month> tags can be specified as children of the <table-definition> tag.

<ddl-definition>Includes ddl-level attributes.
<view-definition>Includes view-level attributes.
<column-definition>Includes column-level attributes.
<index-definition>Includes index-level attributes.
<foreign-key-definition>Includes foreign key-level attributes.

Table of Contents
maxLevel2
minLevel2

...