Versions Compared

Key

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

Anchor
_import_database_functions
_import_database_functions
Import Database Functions

Importing Database Functions can be invoked through the command line.

Code Block
functionsimport

...


-repo <repo name>

...


-o <XML file

...

 path>
[-f] (Force overwrite)

...

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

Example

Code Block

...

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar functionsimport -repo "Local repository" -o "C:\temp\Custom_Functions.xml"

Anchor
_export_database_functions
_export_database_functions
Export Database Functions

Exporting Database Functions can be invoked through the command line.

Code Block
functionsexport

...


-repo <repo name>

...


-name <database function name>

...


-o <XML file

...

 path>
[-f] (Force overwrite)

...

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

Example

Code Block

...

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"