Prepared Statements

From: "Eric Dahnke" <edahnke(at)nyc(dot)yamaha(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Prepared Statements
Date: 2003-10-22 17:37:02
Message-ID: 001401c398c3$1aadd370$0205a8c0@x850
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Does anyone know the exact definition of a Prepared Statement?

String sql = "SELECT count(id) FROM customer";
executeQuery(sql);

I assume the sql string is a prepared statement? Semantic debate here. -
Thx

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-10-22 17:40:01 Re: plpgsql extract epoch problem
Previous Message Grendel 2003-10-22 17:27:44 Atrybutes ???