Java Tutorial/Database/CallableStatement — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 05:06, 1 июня 2010
The CallableStatement
- The CallableStatement extends the PreparedStatement interface.
- The CallableStatement provides an interface for calling database stored procedures.
the simplest form of this syntax would be:
{call procedure-name}