|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.client.jdbc.LensJdbcDriver
public class LensJdbcDriver
Top level JDBC driver for Lens.
Constructor Summary | |
---|---|
LensJdbcDriver()
|
Method Summary | |
---|---|
boolean |
acceptsURL(String url)
|
Connection |
connect(String s,
Properties properties)
|
int |
getMajorVersion()
|
int |
getMinorVersion()
|
Logger |
getParentLogger()
|
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info)
|
boolean |
jdbcCompliant()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LensJdbcDriver()
Method Detail |
---|
public Connection connect(String s, Properties properties) throws SQLException
connect
in interface Driver
SQLException
public boolean acceptsURL(String url) throws SQLException
acceptsURL
in interface Driver
SQLException
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo
in interface Driver
SQLException
public int getMajorVersion()
getMajorVersion
in interface Driver
public int getMinorVersion()
getMinorVersion
in interface Driver
public boolean jdbcCompliant()
jdbcCompliant
in interface Driver
public Logger getParentLogger() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |