|
WebLogic Server 6.1 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.jdbc.mssqlserver4.LargeTableTests
This example creates a large table, retrieves its contents, and then deletes the table.
The application demonstrates how to:
The test creates a stored procedure, so you must use an account that has the required privileges.
$ set CLASSPATH=%WL_HOME%/lib/mssqlserver4v65.jar;%CLASSPATH%
$ javac -d %CLIENT_CLASSES% LargeTableTests.java
$ java examples.jdbc.mssqlserver4.LargeTableTests
| Field Summary | |
(package private) static java.lang.String |
driverName
|
(package private) static int |
kNumberOfRows
|
| Constructor Summary | |
LargeTableTests()
|
|
| Method Summary | |
(package private) static void |
dumpResults(java.sql.Statement statement)
Drain result sets and update counts. |
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static java.lang.String driverName
static int kNumberOfRows
| Constructor Detail |
public LargeTableTests()
| Method Detail |
static void dumpResults(java.sql.Statement statement)
throws java.sql.SQLException
statement, - the Statement object, which has already been executed.java.sql.SQLException - public static void main(java.lang.String[] argv)
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||