Обсуждение: Prepared Statements

Поиск
Список
Период
Сортировка

Prepared Statements

От
"Eric Dahnke"
Дата:
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


Re: Prepared Statements

От
Peter Eisentraut
Дата:
Eric Dahnke writes:

> Does anyone know the exact definition of a Prepared Statement?

There are multiple levels at which you can prepare a statement.  If you
just want a semantic debate, then there is no definite answer.  If you
have a particular application problem, please state it.

--
Peter Eisentraut   peter_e@gmx.net