【发布时间】:2009-12-02 21:45:07
【问题描述】:
我有一个 Web 服务类图,我希望它显示 Web 方法调用的存储过程。
现在,我只是使用一个内部有一个方法的类来表示一个存储过程,比如
storeStuff(in this, in that, out field1, out field2)
但这会占用大量空间,有什么提示吗?
或者有没有更好的方法来做到这一点?
谢谢
【问题讨论】:
标签: sql class stored-procedures uml diagram