Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
为 Web 服务提供文档要求使用 COMMENT ON SERVICE 语句。将 statement 子句设置为空值可以删除注释。
例如,运行下列语句在名为 SampleWebService 的 Web 服务上创建新的注释:
COMMENT ON SERVICE SampleWebService IS "This is a comment on my web service.";