Java Tutorial/Database/CallableStatement — различия между версиями

Материал из Java эксперт
Перейти к: навигация, поиск
(нет различий)

Версия 17:44, 31 мая 2010

The CallableStatement

  1. The CallableStatement extends the PreparedStatement interface.
  2. The CallableStatement provides an interface for calling database stored procedures.

the simplest form of this syntax would be:



{call procedure-name}