Import Database Functions

Importing Database Functions can be invoked through the command line.

functionsimport
-repo <repo name>
-o <XML file path>
[-f] (Force overwrite)

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>
[-f] (Force overwrite)

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