Servertec   DriverManager
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
DriverManager

Servlet API
CGI
SSI
Servlets
Logs

Samples
Sales
Legal
Feedback

 

java.lang.Object
| +--stec.sql.DriverManager

public class DriverManager extends Object

Used to manage JDBC drivers.

Methods

Method Description
deregisterDriver Remove the specified JDBC driver from the drivers managed by the given DriverManager.

deregisterDriver

Remove the specified JDBC driver from the drivers managed by the given DriverManager.

Syntax

public static void deregisterDriver(Driver driver) throws SQLException

Parameters

driver the JDBC driver to remove.

Returns

Nothing.

Example

DriverManager.deregisterDriver(driver)
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Sat Jan 23 00:06:45 EST 1999