|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jdbc.oracle.simpleselect
This simple example shows how data and result set metadata is selected with JDBC. It assumes the table empdemo exists. This table is created in the simplesql example.
This example is run on the command line and is output to System.out.
$ javac -d %CLIENT_CLASSES% simpleselect.java
$ java examples.jdbc.oracle.simpleselect
Constructor Summary | |
simpleselect()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public simpleselect()
Method Detail |
public static void main(java.lang.String[] argv) throws java.lang.Exception
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |