|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.jdbc.TeiidDriver
com.metamatrix.jdbc.EmbeddedDriver
public final class EmbeddedDriver
The java.sql.DriverManager class uses this class to connect to MetaMatrix. The Driver Manager maintains a pool of MMDriver objects, which it could use to connect to MetaMatrix.
Field Summary | |
---|---|
static java.lang.String |
DRIVER_NAME
|
Constructor Summary | |
---|---|
EmbeddedDriver()
|
Method Summary | |
---|---|
boolean |
acceptsURL(java.lang.String url)
Returns true if the driver thinks that it can open a connection to the given URL. |
Methods inherited from class org.teiid.jdbc.TeiidDriver |
---|
connect, getDriverName, getInstance, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DRIVER_NAME
Constructor Detail |
---|
public EmbeddedDriver()
Method Detail |
---|
public boolean acceptsURL(java.lang.String url) throws java.sql.SQLException
acceptsURL
in interface java.sql.Driver
acceptsURL
in class TeiidDriver
The
- URL used to establish a connection.
SQLException,
- should never occur
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |