|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jdbc.oracle.spcursors
This type of cursor support exists only in Oracle 7.2 and later. Refer to the file spcursors.sql for the PL/SQL that defines these stored procedures.
$ javac -d %CLIENT_CLASSES% spcursors.java
$ sqlplus scott/tiger@DEMO @spcursors.sql
$ java examples.jdbc.oracle.spcursors
Constructor Summary | |
spcursors()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
|
(package private) static void |
printResultSet(java.sql.ResultSet rs)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public spcursors()
Method Detail |
public static void main(java.lang.String[] argv)
static void printResultSet(java.sql.ResultSet rs) throws java.sql.SQLException
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |