You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The generation of a DDL can be invoked through the command line

ddlexport
-repo <repo name>
-c <category>
-m <model>
-v <version>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="335f338b-c56c-4cea-beb9-8cf022f83357"><ac:plain-text-body><![CDATA[[-g <group>]
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bc2a6a80-575d-4233-92ae-4d672d3b739f"><ac:plain-text-body><![CDATA[[-e <entity>]
]]></ac:plain-text-body></ac:structured-macro>
-d <ddl template>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3bc81d91-a88d-4c3f-a35e-fa117748e888"><ac:plain-text-body><![CDATA[[-l <letter case>] (default is actual letter case)
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f9d82808-06da-4964-95e7-df396016d186"><ac:plain-text-body><![CDATA[[-t <target>[,<target>]] (DDL for all targets will be generated if no targets are specified)
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8bd9df26-8db8-4933-a17d-375f13d8b66d"><ac:plain-text-body><![CDATA[[-s <separate files>] (if specified separate files for each entity will be generated. If not specified then all DDL will be contained in one file)
]]></ac:plain-text-body></ac:structured-macro>
-o <ddl output path> (if the option to generate separate files for each entity is specified, then this option will be the folder path otherwise it will be a full file path)
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="aa218a15-54ca-47a3-bae0-4ad51616d706"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

]]></ac:plain-text-body></ac:structured-macro>

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar ddlexport -repo "Local repository" -c "RED Export" -m "Master" -v "1.0" -d "ws3d_snowflake_ddl_default" -o "C:\temp\DDL.sql"

  • No labels