Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.CopyList

Copies a list object.

Syntax

Parameters

list
The name of the list to copy.

newname
The name of the list to be created.

Description

The CopyList method copies a list object.

Copying to a list that already exists will destroy the existing list. Cached resultsets corresponding to the list, however, are not destroyed, and are accessible to other threads. To delete cached resultsets, use FlushCatalog().

Returns

Returns true for success and false for failure.

Example

The following code copies the existing list oldlist to a new list named aNewList:

See Also

GetList (Variant 2) , FlushCatalog , RegisterList , RenameList

 

  Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.