Hi, I took a look at the structure of the AvalonDB and have some questions and proposals (I know that the structure is in a developing state. So please don't feel assaulted!!)
I attached 2 new Actions and Requests. Alter and Grant. Because they are very common SQL Satements for Database Administration (please correct me, if I'm wrong!). Also I think some interfaces are missing, like Trigger, Cursor,Constraint and Key. My first thought was to put them in the data package, but I'm not sure. Further I miss something like functions. The guys from hsqldb put them all in one Library class. What about datatypes? What datatypes do you want to support? I think a very important is a User Management (like instances and schemas in oracle). Is this a part of the DatabaseManager? Last but not least some questions about the package structure: I don't really understand the difference between Action and WriterAction? Also I don't really comprehend the existence of the transport and the service package, what do they capsulate? Can sombody enlighten me a little bit :)) Cheers Gerhard
<<attachment: actions.zip>>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>