Package com.zoho.analytics.jdbc
Class ZohoAnalyticsDriver
- java.lang.Object
-
- com.zoho.analytics.jdbc.ZohoAnalyticsDriver
-
- All Implemented Interfaces:
java.sql.Driver
public class ZohoAnalyticsDriver extends java.lang.Object implements java.sql.DriverThe Driver which need to be loaded to connect the database. The driver class is loaded by callingClass.forName("com.zoho.cloudsql.jdbc.ZohoAnalyticsDriver")- See Also:
- Driver
-
-
Constructor Summary
Constructors Constructor Description ZohoAnalyticsDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsURL(java.lang.String url)See acceptsURLjava.sql.Connectionconnect(java.lang.String url, java.util.Properties properties)See connectintgetMajorVersion()See getMajorVersionintgetMinorVersion()See getMinorVersionjava.util.logging.LoggergetParentLogger()java.sql.DriverPropertyInfo[]getPropertyInfo(java.lang.String url, java.util.Properties info)See getPropertyInfobooleanjdbcCompliant()See jdbcCompliant
-
-
-
Method Detail
-
acceptsURL
public boolean acceptsURL(java.lang.String url) throws java.sql.SQLExceptionSee acceptsURL- Specified by:
acceptsURLin interfacejava.sql.Driver- Throws:
java.sql.SQLException
-
connect
public java.sql.Connection connect(java.lang.String url, java.util.Properties properties) throws java.sql.SQLExceptionSee connect- Specified by:
connectin interfacejava.sql.Driver- Throws:
java.sql.SQLException
-
getMajorVersion
public int getMajorVersion()
See getMajorVersion- Specified by:
getMajorVersionin interfacejava.sql.Driver
-
getMinorVersion
public int getMinorVersion()
See getMinorVersion- Specified by:
getMinorVersionin interfacejava.sql.Driver
-
getPropertyInfo
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties info) throws java.sql.SQLExceptionSee getPropertyInfo- Specified by:
getPropertyInfoin interfacejava.sql.Driver- Throws:
java.sql.SQLException
-
jdbcCompliant
public boolean jdbcCompliant()
See jdbcCompliant- Specified by:
jdbcCompliantin interfacejava.sql.Driver
-
getParentLogger
public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException- Specified by:
getParentLoggerin interfacejava.sql.Driver- Throws:
java.sql.SQLFeatureNotSupportedException
-
-