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

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

Текущая версия на 08:06, 1 июня 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:



   <source lang="java">

{call procedure-name}</source>