|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.remote.DriverAdapter
simpledb.remote.SimpleDriver
public class SimpleDriver
The SimpleDB database driver.
Constructor Summary | |
---|---|
SimpleDriver()
|
Method Summary | |
---|---|
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties prop)
Connects to the SimpleDB server on the specified host. |
Methods inherited from class simpledb.remote.DriverAdapter |
---|
acceptsURL, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDriver()
Method Detail |
---|
public java.sql.Connection connect(java.lang.String url, java.util.Properties prop) throws java.sql.SQLException
The current implementation of this method ignores the properties argument.
connect
in interface java.sql.Driver
connect
in class DriverAdapter
java.sql.SQLException
Driver.connect(java.lang.String, Properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |