A description of functions you can access from the Project Menu in Sybase CEP Studio.
Compile |
Compiles the selected project and all of its modules, if needed, without running it. Any error messages appear in the Output view. |
Compiler Options |
Allows you to set compiler options for the selected module. See Compiler Options. |
Module Enabled |
Enables or disables the selected query module. Allows you to prevent a module from being compiled or run as part of the project without completely unloading it. The name of a disabled module appears in italics in the Explorer view. |
New Query Module |
Creates a new submodule of the selected module. |
Load Query Module |
Loads an existing query module as a submodule of the selected module. |
Reload Query Module |
Identifies the source files for a previously loaded module that Sybase CEP Studio cannot locate for some reason. The icon in the Explorer view appears dimmed for such a module before you reload it. |
Unload Query Module |
Unloads a query module. |
Open Query Module with |
Allows you to view the query module in another program, either the default XML viewer (as specified in the External Tools settings) or a program that you specify. |
Add Input Stream |
Adds an input data stream to the selected module. |
Add Output Stream |
Adds an output data stream to the selected module. |
Add Local Stream |
Adds a local data stream to the selected module. |
Convert Stream to |
Converts the selected stream to another type (local, input, or output). |
Delete Stream |
Deletes the selected stream. |
Add Schema |
Adds a schema named MySchema with a single column of type String named ColumnName. Modify the schema either by editing the CCL code directly or using the Schema Editor in the Properties tab. |
Add Window |
Adds a window named MyWindow with a schema containing single column of type String named ColumnName and the window policy KEEP LAST. Modify the window and its schema either by editing the CCL code directly or using the Properties tab and Schema tab. |
Add Parameter |
Adds a parameter of type String named MyParameter. Modify the parameter either by editing the CCL code directly or using the Parameters tab. |
Attach Input Adapter |
Attaches an input adapter to the selected data stream. Input adapters translate data from an external source to a format usable by Sybase CEP Engine. If the adapters supplied by Sybase CEP don't fit your needs, you can write your own. See the Sybase CEP Integration Guide for more information. |
Attach Output Adapter |
Attaches an output adapter to the selected data stream. Output adapters translate data from Sybase CEP Engine to an external source. If the adapters supplied by Sybase CEP don't fit your needs, you can write your own. See the Sybase CEP Integration Guide for more information. |
Remove Adapter |
Removes the selected adapter. |