|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jdbc.datasource.simplesql
This example demonstrates obtaining a database connection using a DataSource object.
You use the Administration Console as well as the command line to build, compile, and run this example.
$ javac -d %CLIENT_CLASSES% simplesql.java
$ java examples.jdbc.datasource.simplesql
Constructor Summary | |
simplesql()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public simplesql()
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 |