Home | Previous Page | Next Page   Data Migration Utilities > The dbschema Utility >

Synonym Creation

Read syntax diagramSkip visual syntax diagramSynonyms:
 
|-- -s--+-ownername-+-------------------------------------------|
        '-all-------'
 
Element Purpose Key Considerations
-s ownername Displays the CREATE SYNONYM statements owned by ownername None.
-s all Displays all CREATE SYNONYM statements for the database, table, or view specified None.

Output from dbschema that is executed with the specified option -s alice might appear as the following example shows:

CREATE SYNONYM 'alice'.cust FOR 'alice'.customer

For more information about the CREATE SYNONYM statement, see the IBM Informix: Guide to SQL Syntax.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]