adding dg classes to represent schema. these are currently dependent on
authorAllen Day <allenday@users.sourceforge.net>
Fri, 5 Sep 2003 11:21:26 +0000 (11:21 +0000)
committerAllen Day <allenday@users.sourceforge.net>
Fri, 5 Sep 2003 11:21:26 +0000 (11:21 +0000)
commit0caaf4c3fb70de1a3dcc6e8e70c06c53b56c007c
tree07078e09c7c38f071256d7da56e5f4d75cbcf76a
parent1223c9b2b1cdbcd1bb1794196cccca0339fef381
adding dg classes to represent schema.  these are currently dependent on
the schema::* classes, but i'd like them to break away at some point as
an alternate way to represent a schema.
lib/SQL/Translator/Schema/Graph.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Graph/CompoundEdge.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Graph/Edge.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Graph/HyperEdge.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Graph/Node.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Graph/Port.pm [new file with mode: 0644]