WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

BROKER SCHEMA statement

The BROKER SCHEMA statement is optional; use it in an ESQL file to explicitly identify the schema that contains the file.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+---------------------------+--+----------------------+--esqlContents-><
   '-BROKER SCHEMA--schemaName-'  '-PATH--schemaPathList-'                 

schemaName

     .-< . <----------.     
     V                |     
|--------identifier---+-----------------------------------------|

schemaPathList

     .-< , <----------.     
     V                |     
|--------SchemaName---+-----------------------------------------|

esqlContents

     .-<<---------------------------.     
     V                              |     
|------+-createFunctionStatement--+-+---------------------------|
       +-createModuleStatement----+       
       +-createProcedureStatement-+       
       '-DeclareStatement---------'       

An ESQL schema is a named container for functions, procedures, modules, and variables. ESQL schema is similar to the namespace concept of C++, XML, and .NET, and to the package concept of Java™.

In the absence of a BROKER SCHEMA statement, all functions, procedures, modules, and constants belong to the default schema. The default schema is similar to the default namespace in C++, the no-target namespace in XML Schema, and the default package in Java.

Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:10


Reference topicReference topic | Version 8.0.0.7 | ak04915_