Contents | Prev | Next | JDBCTM Guide: Getting Started |
CallableStatement
object provides a way to call stored procedures in a standard
way for all DBMSs. A stored procedure is stored in a database; the call to the stored
procedure is what a CallableStatement
object contains. This call is written in an
escape syntax that may take one of two forms: one