Package org.javalite.cassandra.jdbc
Class CassandraJDBCDriver
java.lang.Object
org.javalite.cassandra.jdbc.CassandraJDBCDriver
- All Implemented Interfaces:
Driver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String url)format: jdbc:cassandra://ignored/keyspaceconnect(String urlString, Properties info)intintgetPropertyInfo(String url, Properties info)boolean
-
Constructor Details
-
CassandraJDBCDriver
public CassandraJDBCDriver()
-
-
Method Details
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
acceptsURL
format: jdbc:cassandra://ignored/keyspace- Specified by:
acceptsURLin interfaceDriver- Parameters:
url-- Returns:
- 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
-