45.3 FINISH Procedure
This procedure completes the creation of a zip file after adding files with APEX_ZIP.ADD_FILE
.
Syntax
APEX_ZIP.FINISH (
p_zipped_blob IN OUT NOCOPY BLOB );
Parameters
Table 45-2 FINISH Procedure Parameters
Parameter | Description |
---|---|
|
BLOB containing the zip file. |
Example
See "ADD_FILE Procedure" for an example.
Parent topic: APEX_ZIP