Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
StoredProcedure « Database « Java Tutorial
Java Tutorial
Database
StoredProcedure
20.17.StoredProcedure
20.17.1.
Call a procedure with one IN parameter
20.17.2.
Call a procedure with one OUT parameter
20.17.3.
Call a procedure with one IN/OUT parameter
20.17.4.
Calling a Function in a Database: call functions with IN, OUT, and IN/OUT parameters.
20.17.5.
Call a function with one IN parameter; the function returns a VARCHAR
20.17.6.
Call a function with one OUT parameter; the function returns a VARCHAR
20.17.7.
Call a function with one IN/OUT parameter; the function returns a VARCHAR
20.17.8.
Getting the Stored Procedure Names in a Database: retrieves the names of all stored procedures in a database.
20.17.9.
Stored procedure with Input/Output parms and a ResultSet