IMPORT statement

Imports schemas created with a 'Create Schema Statement' and functions created with a 'Created Function Statement' from an external file.

Syntax

IMPORT file ;
Component

file

The name, including the absolute or relative path, of a file containing CCL statements .

Usage

The Import statement imports all schemas created with a Create Schema statement and functions created with a Create Function statement from the specified file into the current query module. Where the compiler searches for the file specified in this statement is controlled by compiler options. See "Compiler Options" in the Sybase CEP Studio Guide and "Importing" in the Sybase CEP Integration Guide for more information.

Restrictions

The Import statement does not import in-line schema definitions or other CCL content from the external .ccl file.

See Also

Example

IMPORT "../../mydir/MyModule1.ccl";