|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jdbc.informix4.sprocs
This simple example shows how to create and execute a stored procedure using an INFORMIX On-Line DBMS using JDBC.
$ javac -d %CLIENT_CLASSES% sprocs.java
$ java examples.jdbc.informix4.sprocs
The program waits after displaying output and requires you to press enter to continue.
Constructor Summary | |
sprocs()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
Runs the example from the command line. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public sprocs()
Method Detail |
public static void main(java.lang.String[] argv)
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |