|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 DriverSQLException
public boolean acceptsURL(String url)
throws SQLException
acceptsURL in interface DriverSQLException
public DriverPropertyInfo[] getPropertyInfo(String url,
Properties info)
throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic 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 | |||||||||