Class Driver
java.lang.Object
com.databricks.client.jdbc.Driver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String url) voidcloseConnection(String url, Properties info, String connectionId) Closes a connection for given connection-Idconnect(String url, Properties info) static DriverintintgetPropertyInfo(String url, Properties info) booleanstatic void
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
main
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver
-
connect
- Specified by:
connectin interfaceDriver- Throws:
DatabricksSQLException
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersionin interfaceDriver
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws DatabricksSQLException - Specified by:
getPropertyInfoin interfaceDriver- Throws:
DatabricksSQLException
-
jdbcCompliant
public boolean jdbcCompliant()- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
- Specified by:
getParentLoggerin interfaceDriver
-
getInstance
-
closeConnection
Description copied from interface:IDatabricksDriverCloses a connection for given connection-Id- Specified by:
closeConnectionin interfaceIDatabricksDriver- Throws:
SQLException
-