public class ZohoReportsDriver
extends java.lang.Object
implements java.sql.Driver
Class.forName("com.zoho.cloudsql.jdbc.ZohoReportsDriver")
Constructor and Description |
---|
ZohoReportsDriver() |
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 acceptsURL
acceptsURL
in interface java.sql.Driver
java.sql.SQLException
public java.sql.Connection connect(java.lang.String url, java.util.Properties properties) throws java.sql.SQLException
See connect
connect
in interface java.sql.Driver
java.sql.SQLException
public int getMajorVersion()
See getMajorVersion
getMajorVersion
in interface java.sql.Driver
public int getMinorVersion()
See getMinorVersion
getMinorVersion
in interface java.sql.Driver
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties info) throws java.sql.SQLException
See getPropertyInfo
getPropertyInfo
in interface java.sql.Driver
java.sql.SQLException
public boolean jdbcCompliant()
See jdbcCompliant
jdbcCompliant
in interface java.sql.Driver
public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
getParentLogger
in interface java.sql.Driver
java.sql.SQLFeatureNotSupportedException
Copyright © 2024 AdventNet Inc. All Rights Reserved.