| java.lang.Object org.mandarax.jdbc.AbstractDriverImpl org.mandarax.jdbc.DriverImpl
DriverImpl | public class DriverImpl extends AbstractDriverImpl (Code) | | A mandarax jdbc driver. Only SELECT statements are supported, this driver
is not jdbc compliant!
Loading this class with Class.forName will try to locate the server and the client delegates,
and load them if this succeeds.
This class is usually not instanciated!
author: Jens Dietrich version: 3.3.2 <29 December 2004> since: 3.0 |
Constructor Summary | |
public | DriverImpl() Constructor. |
DriverImpl | public DriverImpl()(Code) | | Constructor.
usually, this class is not in instanciated!
|
acceptsURL | public boolean acceptsURL(String url) throws SQLException(Code) | | Indicates whether the driver accepts the url.
If driver is loaded using Class.forName(), this method will never be called!
Parameters: url - the url to be tested true or false |
connect | public Connection connect(String url, Properties info) throws SQLException(Code) | | Get a connection.
If driver is loaded using Class.forName(), this method will never be called!
Parameters: url - the url Parameters: info - additional connect info |
|
|