On 10/8/06, Ludovic Maitre <[EMAIL PROTECTED]> wrote:

I would like to know if/how ddlutils manage stored procedures, views and
functions. Is there any documentation about this ? I've downloaded the
source and look at the model package, but i didn't see any class which
could correspond to the afore mentionned features of a database. If this
doesn't exist but you have ideas on how the support for store procs,
views and functions could be implemented i would be glad to hear about it.
Best regards,

Views should not be too difficult to add, but procedures and functions
are a different beast because doing them in a platform-independent
manner is way too difficult. Rather, a way of having platform-specific
content within the XML is needed for them.

cheers,
Tom

Reply via email to