Package com.salesforce.datacloud.jdbc
Class DataCloudDatasource
- java.lang.Object
-
- com.salesforce.datacloud.jdbc.DataCloudDatasource
-
- All Implemented Interfaces:
Wrapper,CommonDataSource,DataSource
public class DataCloudDatasource extends Object implements DataSource
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringNOT_SUPPORTED_IN_DATACLOUD_QUERY
-
Constructor Summary
Constructors Constructor Description DataCloudDatasource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectiongetConnection()ConnectiongetConnection(String username, String password)intgetLoginTimeout()PrintWritergetLogWriter()LoggergetParentLogger()booleanisWrapperFor(Class<?> iface)voidsetClientId(String clientId)voidsetClientSecret(String clientSecret)voidsetConnectionUrl(String connectionUrl)voidsetCoreTenantId(String coreTenantId)voidsetCoreToken(String coreToken)voidsetDataspace(String dataspace)voidsetInternalEndpoint(String internalEndpoint)voidsetLoginTimeout(int seconds)voidsetLogWriter(PrintWriter out)voidsetPassword(String password)voidsetPort(String port)voidsetPrivateKey(String privateKey)voidsetRefreshToken(String refreshToken)voidsetTenantId(String tenantId)voidsetUserName(String userName)<T> Tunwrap(Class<T> iface)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder
-
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder
-
-
-
-
Field Detail
-
NOT_SUPPORTED_IN_DATACLOUD_QUERY
protected static final String NOT_SUPPORTED_IN_DATACLOUD_QUERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConnection
public Connection getConnection() throws SQLException
- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getConnection
public Connection getConnection(String username, String password) throws SQLException
- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getLogWriter
public PrintWriter getLogWriter() throws SQLException
- Specified by:
getLogWriterin interfaceCommonDataSource- Specified by:
getLogWriterin interfaceDataSource- Throws:
SQLException
-
setLogWriter
public void setLogWriter(PrintWriter out) throws SQLException
- Specified by:
setLogWriterin interfaceCommonDataSource- Specified by:
setLogWriterin interfaceDataSource- Throws:
SQLException
-
setLoginTimeout
public void setLoginTimeout(int seconds) throws SQLException- Specified by:
setLoginTimeoutin interfaceCommonDataSource- Specified by:
setLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getLoginTimeout
public int getLoginTimeout() throws SQLException- Specified by:
getLoginTimeoutin interfaceCommonDataSource- Specified by:
getLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getParentLogger
public Logger getParentLogger()
- Specified by:
getParentLoggerin interfaceCommonDataSource
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
setConnectionUrl
public void setConnectionUrl(String connectionUrl)
-
setUserName
public void setUserName(String userName)
-
setPassword
public void setPassword(String password)
-
setPrivateKey
public void setPrivateKey(String privateKey)
-
setRefreshToken
public void setRefreshToken(String refreshToken)
-
setCoreToken
public void setCoreToken(String coreToken)
-
setInternalEndpoint
public void setInternalEndpoint(String internalEndpoint)
-
setPort
public void setPort(String port)
-
setTenantId
public void setTenantId(String tenantId)
-
setDataspace
public void setDataspace(String dataspace)
-
setCoreTenantId
public void setCoreTenantId(String coreTenantId)
-
setClientId
public void setClientId(String clientId)
-
setClientSecret
public void setClientSecret(String clientSecret)
-
-