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

Compare with Current View Page History

Version 1 Current »

Import Database Functions

Importing Database Functions can be invoked through the command line

functionsimport
-repo <repo name>
-o <XML file path>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e26c22ac-9795-4628-9f33-f6328b381a71"><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 functionsimport -repo "Local repository" -o "C:\temp\Custom_Functions.xml"

Export Database Functions

Exporting Database Functions can be invoked through the command line

functionsexport
-repo <repo name>
-name <database function name>
-o <XML file path>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="986ca8c4-f504-4e2e-9e48-c96fb865fd56"><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 functionsexport -repo "Local repository" -name "SQL Server Standard Functions" -o "C:\temp\SQL Server Standard Functions.xml"

  • No labels