Adding new objects for handing schema data. Not being used while I work
authorKen Youens-Clark <kclark@cpan.org>
Thu, 1 May 2003 04:25:00 +0000 (04:25 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Thu, 1 May 2003 04:25:00 +0000 (04:25 +0000)
commit3c5de62a52d2d49bd3de3768d6f649565fa620e9
treecc7899d731cf862a212ba47736b5cbb011a5252c
parent4d878d2f07e3628c7ccf525966da7a85962cda94
Adding new objects for handing schema data.  Not being used while I work
out the tests and the general idea.
lib/SQL/Translator/Schema.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Constraint.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Field.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Index.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/Table.pm [new file with mode: 0644]
lib/SQL/Translator/Schema/View.pm [new file with mode: 0644]