Re: JDBC - Need to declare variables for values in insert statement

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Bob Futrelle <bob(dot)futrelle(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC - Need to declare variables for values in insert statement
Date: 2013-01-28 13:39:38
Message-ID: CADK3HHKtX9hwwLJq__sbeEr=k_2DZz__7hvckSdK=_8bU3mtoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob,

Can you provide a snippet of code so I can understand what you mean by
declare ?

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Mon, Jan 28, 2013 at 7:11 AM, Bob Futrelle <bob(dot)futrelle(at)gmail(dot)com>wrote:

> Do the declare statements and insert all have to be done in one statement
> execute()?
> That is, what is the scope of variables I declare?
> I see a variety of syntax examples, some for older versions?
> I'm using pg 9.2.2, so what are the rules/syntax for declaring and using
> variables?
>
> Use case: I collect metadata from XML articles such as title, journalName,
> volume, year. For each article I need to create a pg table record and
> insert the values for the various metadata items in the article.
>
> This is my first post to this list.
>
> Thanks,
>
> - Bob
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Jones 2013-01-28 14:40:20 Re: Can LC_TIME affect timestamp input?
Previous Message c k 2013-01-28 13:24:51 finding if a period is multiples of a given interval