public class ZohoAnalyticsDriver
extends java.lang.Object
implements java.sql.Driver
Class.forName("com.zoho.cloudsql.jdbc.ZohoAnalyticsDriver")
| Constructor and Description |
|---|
ZohoAnalyticsDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String url)
See acceptsURL |
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties properties)
See connect |
int |
getMajorVersion()
See getMajorVersion |
int |
getMinorVersion()
See getMinorVersion |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info)
See getPropertyInfo |
boolean |
jdbcCompliant()
See jdbcCompliant |
public boolean acceptsURL(java.lang.String url)
throws java.sql.SQLException
See acceptsURLacceptsURL in interface java.sql.Driverjava.sql.SQLExceptionpublic java.sql.Connection connect(java.lang.String url,
java.util.Properties properties)
throws java.sql.SQLException
See connectconnect in interface java.sql.Driverjava.sql.SQLExceptionpublic int getMajorVersion()
See getMajorVersiongetMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
See getMinorVersiongetMinorVersion in interface java.sql.Driverpublic java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
java.util.Properties info)
throws java.sql.SQLException
See getPropertyInfogetPropertyInfo in interface java.sql.Driverjava.sql.SQLExceptionpublic boolean jdbcCompliant()
See jdbcCompliantjdbcCompliant in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface java.sql.Driverjava.sql.SQLFeatureNotSupportedExceptionCopyright © 2025 AdventNet Inc. All Rights Reserved.