613-518-1166 info@zimdatabases.com

ZIM Language Reference

RENAME

< All Topics

Changes the name of certain objects.

Syntax

RENAME object oldname AS newname [IN directory]

Parameters

object

One of
CONSTANT, DIRECTORY, DISPLAY, DOCUMENT, ENTITYSET, FORM, RELATIONSHIP, ROLE, SET, VARIABLE, WINDOW

oldname

The current name of object.

newname

The new name for object. The new name must not be the name of an existing object.

directory

The name of the application directory in which object is located.

Example

rename entityset Deppartments as Departments

The preceding command renames an EntitySet that was accidentally given a misspelled name.

 

See Also

CREATE

ERASE

How To Name Objects

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents