www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
bpel.bpel.compile_sc...
bpel.bpel.copy_scrip...
bpel.bpel.getvariabl...
bpel.bpel.get_partne...
bpel.bpel.import_scr...
bpel.bpel.instance_d...
bpel.bpel.plink_get_...
bpel.bpel.plink_set_...
bpel.bpel.purge_inst...
bpel.bpel.script_del...
bpel.bpel.script_obs...
bpel.bpel.script_sou...
bpel.bpel.script_upl...
bpel.bpel.setvariabl...
bpel.bpel.wsdl_uploa...
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
Miscellaneous
Number
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
User Defined Types & The CLR
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web Server & Internet
XML
XPATH & XQUERY

Functions Index

BPEL.BPEL.copy_script

Makes a copy of an existing script
BPEL.BPEL.copy_script (in scp_id int);
Parameters
scp_id – int the ID of the BPEL script to be copied
Return Types

returns a unique integer identifier for the script copy

Description

BPEL.BPEL.copy_script makes a copy of an existing script and put it in edit mode.

Examples
Simple example

This will copy a script with identifier equal to 1, the copy have Id equal to 2

	    SQL> select BPEL.BPEL.copy_script (1);
	    unnamed
	    INTEGER
	    _______________________________________________________________________________

	    2

	    1 Rows. -- 1672 msec.