Database objects
Database objects listed below are created after installing the plug-in using the sample application installation file or using manual DDL scripts.
The column
- Sample application - describes whether an object is part of the plug-in sample application supporting objects
- DDL Script - describes whether an object is required for manual installing the plug-in.
Overview
Object name | Object type | DDL Script | Sample application |
---|---|---|---|
UC_PDF_DEFAULT_FILES | Table | ||
UC_PDF_DEFAULT_VERSIONS | Table | ||
UC_PDF_CUSTOM_FILES | Table | ||
UC_PDF_REGION_PRO_API_STAGING | Table | ||
UC_PDF_REGION_PRO_BUCKET_CONFIG | Table | ||
UC_PDF_REGION_PRO_BUCKET_FILES | Table | ||
UC_PDF_REGION_PRO_EXT_FILES | Table | ||
UC_PDF_REGION_PRO_FILES_UPLOADED | Table | ||
UC_PLUGINSPRO_LICENSE | Table | ||
UC_PDF_DEFAULT_VERSIONS_SEQ | Sequence | ||
UC_PDF_DEFAULT_FILES_SEQ | Sequence | ||
UC_PDF_REGION_PRO_API_STAGING_SEQ | Sequence | ||
UC_PDF_DEFAULT_FILES_BUI | Trigger | ||
UC_PDF_DEFAULT_VERSIONS_BUI | Trigger | ||
UC_PDF_CUSTOM_FILES_BUI | Trigger | ||
UC_PDF_REGION_PRO_API_STAGING_BUI | Trigger | ||
UC_PDF_REGION_PRO_BUCKET_CONFIG_BUI | Trigger | ||
UC_PDF_REGION_PRO_BUCKET_FILES_BUI | Trigger | ||
UC_PDF_REGION_PRO_EXT_FILES_BUI | Trigger | ||
UC_PDF_REGION_PRO_FILES_UPLOADED_BUI | Trigger | ||
UC_CRYPTO | Package | ||
UC_PLUGINSPRO | Package | ||
UC_PDF_REGION_PRO | Package | ||
UC_PDF_REGION_PRO_CUSTOM_PKG | Package | ||
UC_PDF_REGION_PRO_CALLBACK_PKG | Package | ||
UC_PDF_REGION_PRO_EXT_FILES | Package | ||
UC_PDF_REGION_PRO_EXT_OCI | Package | ||
UC_PDF_REGION_PRO_SAMPLE_APP_UTIL | Package |
Tables
UC_PDF_DEFAULT_FILES
This table is the default location for files.
UC_PDF_DEFAULT_VERSIONS
This table contains the versioning when global versioning is enabled.
UC_PDF_CUSTOM_FILES
This table is used for demo purposes, mainly to explain custom Primary Keys with this plugin.
UC_PDF_REGION_PRO_API_STAGING
This table contains logs for the API calls.
UC_PDF_REGION_PRO_BUCKET_CONFIG
This table contains config for the OCI bucket.
UC_PDF_REGION_PRO_BUCKET_FILES
This table contains the files uploaded to the bucket.
UC_PDF_REGION_PRO_EXT_FILES
This table contains info about the external files saved.
UC_PDF_REGION_PRO_FILES_UPLOADED
This table contains files uploaded via the Dropzone integration.
UC_PLUGINSPRO_LICENSE
The table stores information about plug-ins pro licenses activated.
Sequences
UC_PDF_DEFAULT_FILES_SEQ
Required by the table UC_PDF_DEFAULT_FILES
.
UC_PDF_DEFAULT_VERSIONS_SEQ
Required by the table UC_PDF_DEFAULT_VERSIONS
.
UC_PDF_REGION_PRO_API_STAGING_SEQ
Required by the table UC_PDF_REGION_PRO_API_STAGING
.
Triggers
UC_PDF_DEFAULT_FILES_BUI
Required by the table UC_PDF_DEFAULT_FILES
.
UC_PDF_DEFAULT_VERSIONS_BUI
Required by the table UC_PDF_DEFAULT_VERSIONS
.
UC_PDF_CUSTOM_FILES_BUI
Required by the table UC_PDF_CUSTOM_FILES
.
UC_PDF_REGION_PRO_API_STAGING_BUI
Required by the table UC_PDF_REGION_PRO_API_STAGING
.
UC_PDF_REGION_PRO_BUCKET_CONFIG_BUI
Required by the table UC_PDF_REGION_PRO_BUCKET_CONFIG
.
UC_PDF_REGION_PRO_BUCKET_FILES_BUI
Required by the table UC_PDF_REGION_PRO_BUCKET_FILES
.
UC_PDF_REGION_PRO_EXT_FILES_BUI
Required by the table UC_PDF_REGION_PRO_EXT_FILES
.
UC_PDF_REGION_PRO_FILES_UPLOADED_BUI
Required by the table UC_PDF_REGION_PRO_FILES_UPLOADED
.
Packages
UC_CRYPTO
The package is used to for Plugins pro.
UC_PLUGINSPRO
The package is used to evaluate the plug-in license.
UC_PDF_REGION_PRO
The main package of PDF_REGION_PRO
UC_PDF_REGION_PRO_CUSTOM_PKG
The package is used for all custom implementations in the sample app.
UC_PDF_REGION_PRO_CALLBACK_PKG
This package contains sample callback procedures
UC_PDF_REGION_PRO_EXT_FILES
This package contains sample procedures for uploading to filesystem
UC_PDF_REGION_PRO_EXT_OCI
This package contains sample procedures for uploading to OCI Bucket
UC_PDF_REGION_PRO_SAMPLE_APP_UTIL
This package contains helper functions