Package ai.starlake.jdbc
Class StarlakeDriver
java.lang.Object
ai.starlake.jdbc.StarlakeDriver
- All Implemented Interfaces:
Driver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String url) connect(String url, Properties info) static StringgetDriverClassName(String jdbcUrl) intintgetPropertyInfo(String url, Properties info) boolean
-
Field Details
-
URL_SCHEME
- See Also:
-
LOGGER
-
-
Constructor Details
-
StarlakeDriver
public StarlakeDriver()
-
-
Method Details
-
getDriverClassName
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver- Throws:
SQLException
-
getPropertyInfo
- Specified by:
getPropertyInfoin interfaceDriver- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersionin interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
- Specified by:
getParentLoggerin interfaceDriver- Throws:
SQLFeatureNotSupportedException
-
getWrappedDriver
-