Java Tutorial/Database/CallableStatement

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

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>