import_udflib Command--import predefined UDFs
The import_udflib command imports predefined UDFs into a database.
The import_udflib command has the following format:
Linux, Windows
import_udflib <mode> [<database_name>] <topic> <language> [options]
Available modes:
install
Import udflib functions into a database. Requires database_name.
uninstall
Remove udflib functions from a database. Requires database_name.
describe
Prints the descriptions of the functions from a topic.
Valid options:
-prefix <functions_prefix>
Prefix the functions with a custom character string. Default is “actian_”.
-no_checksum
Disable checksum verification of files in udflib folder before processing. Checksum is enabled by default.
-overwrite [used with install mode]
To be used with 'install' mode. Overwrite functions on install. Disabled by default.
-priority <true | false>
To be used by to set the PRIORITY qualifier of the imported functions. Default has priority unset.
Last modified date: 01/28/2026