View Single Post

   
  #4 (permalink)  
Old 04-16-2008, 12:59 AM
Ken Johanson
 
Posts: n/a
Default Re: Synthesize support for Statement.getGeneratedKeys()?

Kris, do you what token parsers utils exists in the current JDBC
package? E.g the most tried and true way to get the schema and table
name from:

INSERT INTO foo (col1, col2..) VALUES ..
INSERT INTO foo VALUES ..
INSERT INTO "foo" VALUES ..
INSERT INTO mydb."foo" VALUES ..
etc.

Thanks,
Ken



---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote