by bricconi
SPWrapper generates java (and now python) classes able to invoke stored procedures and to execute sql statements for you: you just have to give it the stored procedure name or the sql statement.
bricconi committed patchset 82 of module distribution to the SPWrapper CVS repository, changing 1 files
bricconi committed patchset 21 of module NBSPWrapperPlugin to the SPWrapper CVS repository, changing 1 files
bricconi created the
this release fixes a bug with netbeans 6.1, due to a log library incomatibility. It also introduces DYNTABLES, very useful with oracle stored procedures with refcursors. Data in ref cursor gets loaded into a list of hash tables. The list preseves rows ...
Added dyntable support for oracle result set in stored procedures
Hello, the new release increases the support for ref cursor with stored procedures introducing dyntable datatype. DYNTABLE make it easyer to deal with these result set. You simply have to provide an overry rule in the ant makefile to turn a result set ...
bricconi committed patchset 20 of module NBSPWrapperPlugin to the SPWrapper CVS repository, changing 8 files
bricconi committed patchset 81 of module distribution to the SPWrapper CVS repository, changing 2 files
bricconi committed patchset 80 of module distribution to the SPWrapper CVS repository, changing 10 files
This release improve the Python support adding a binding for pgdb the dbapi 2 postgresql module. The generated python source now does not provides getter and setters as suggested by python users.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use