Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Web サービスのドキュメントを提供するには、COMMENT ON SERVICE 文を使用する必要があります。コメントは、statement 句を NULL に設定すると削除できます。
たとえば、次の SQL 文を実行して、SampleWebService という Web サービスに新しいコメントを作成します。
COMMENT ON SERVICE SampleWebService IS "This is a comment on my web service.";