Return Type |
Signature |
CopyObject( |
|
ObjectCopy( |
|
ObjectPrepareCommit( |
void
COODESK@1.1:CopyObject(
optional integer
unused1,
optional integer
unused2,
object
view,
object
target,
out object
newobject,
ref optional object
coostore,
optional boolean
donotshare)
Name |
Description |
unused1 |
|
unused2 |
|
view |
The relation to which the new created object is added.
|
target |
The destination object for the created object.
|
newobject |
The new created object.
|
coostore |
The COO Store where the new object should be stored. It returns the COO Store where the object was created.
|
donotshare |
Additional Information
object
COOSYSTEM@1.1:ObjectCopy(
ref optional object
placement,
out retval object
object,
optional string
address,
optional boolean
virtualobject)
Name |
Description |
placement |
|
object |
The created copy of the object.
|
address |
The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter
coost or the automatically chosen COO store, if no COO store was specified.
@see ObjectCreate |
virtualobject |
Additional Information
COOSYSTEM@1.1:ObjectPrepareCommit
void
COOSYSTEM@1.1:ObjectPrepareCommit(
boolean
internalchange)
Name |
Description |
internalchange |
Additional Information