Home | Previous Page | Next Page   Creating User-Defined Casts >

Creating a User-Defined Cast

You create a user-defined cast with the CREATE CAST statement, which registers the cast in the syscasts system catalog table. The person who registers a cast with CREATE CAST owns the cast.

For information about the syntax of the CREATE CAST statement, refer to the IBM Informix: Guide to SQL Syntax. For a general discussion of using casts, refer to the IBM Informix: Database Design and Implementation Guide.

The CREATE CAST statement provides the following information about the cast to the database server:

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