derby embedded db support initial commit; shutdown use case needs work

This commit is contained in:
Keith Donald
2009-05-16 15:05:28 +00:00
parent 662dbaaed8
commit eee52f8804
14 changed files with 136 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
drop table T_TEST if exists;
create table T_TEST (NAME varchar(50) not null);