Re: Synthesize support for Statement.getGeneratedKeys()?

From: Ken Johanson <pg-user(at)kensystem(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: Kris Jurka <jurka(at)ejurka(dot)com>
Subject: Re: Synthesize support for Statement.getGeneratedKeys()?
Date: 2007-12-13 06:55:45
Message-ID: 4760D771.3060402@kensystem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kris Jurka 2007-12-13 06:57:06 Re: RETURNING clause: how to specifiy column indexes?
Previous Message Magnus Hagander 2007-12-13 06:45:18 Re: timestamp with time zone

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-12-13 06:57:06 Re: RETURNING clause: how to specifiy column indexes?
Previous Message Ken Johanson 2007-12-13 06:37:50 Re: RETURNING clause: how to specifiy column indexes?