IFS Delete (IFSDELETE) UDF and Procedure

Index

Schema IQUERY

IFSDELETE( path_name => 'IFS file name' )

The Delete IFS file (IFSDELETE) User Defined Function and Procedure deletes the designated IFS file. It is available as as Function and a Procedure.

PATH_NAME

The path name and file to be deleted.

Examples

EXEC SQL CALL iQuery.ifsDelete( '/home/pickles.txt' );