08/13: MySQL > mysqldumpで、XMLを出力する
# mysqldump -Xd -u [userid] -p[password] [database] [table] > [output xml]
-X: XML output
-d: no data
-X: XML output
-d: no data
UML 2 クラス図の概要
黒い三角は関連を表す。
メソッドの下線はクラスレベルでの責任を表す
More detail:
UML basics: An introduction to the Unified Modeling Language
UML basics: The class diagram
UML basics: The component diagram
UML's Sequence Diagram
黒い三角は関連を表す。
メソッドの下線はクラスレベルでの責任を表す
More detail:
UML basics: An introduction to the Unified Modeling Language
UML basics: The class diagram
UML basics: The component diagram
UML's Sequence Diagram