|
From: Ken K. <kk...@kk...> - 2003-05-20 12:43:06
|
Isabelle, Are there any plans to add insert functionality to the higher level part of the framework ? It seems inconsistent to me to force developers to use the lower level abstractions when I would think we would want to emphasize the higher level abstractions. Ken Isabelle Muszynski wrote: >Ken, > >Sorry, the methods are in JdbcTemplate. Have a look at the livetests directory. > >Isabelle > >On Mon, May 19, 2003 at 09:32:44AM -0500, Ken Krebs wrote: > > >>Isabelle, >> >>I don't see any update methods in SqlUpdate that take a KeyBinder. >> >>Ken >> >> >> >>Isabelle Muszynski wrote: >> >> >> >>>Hi Ken, >>> >>>It's all hidden under update. There are some new update methods that take >>>a KeyBinder, those are the ones that use key auto-generation and return >>>you the value of the generated key. >>>For an insert without auto key generation, you can just use the update, >>>passing it an INSERT INTO ... >>> >>> >>>Isabelle >>> >>>On Mon, May 19, 2003 at 09:01:29AM -0500, Ken Krebs wrote: >>> >>> >>> >>> >>>>Isabelle, >>>> >>>>Is there any high level (com.interface21.jdbc.object) support for Insert >>>>functionality ??? >>>> >>>>I've seen some comments about it being incorporated while browsing the >>>>CVS for SqlUpdate rev 1.4 and SqlOperation rev 1.4 but I see no actual >>>>differences supporting it. >>>> >>>>Is this planned for later ? >>>> >>>>Ken >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >>> > > > |