public class TSnowflakeSQLDataSource extends DbSchemaSQLDataSource
connection, dbCategory, dbType, logger
Constructor and Description |
---|
TSnowflakeSQLDataSource(Class<?> driver,
String jdbcUrl,
String account,
String password) |
TSnowflakeSQLDataSource(String hostName,
String port,
String account,
String password) |
TSnowflakeSQLDataSource(String hostName,
String port,
String account,
String password,
String database) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultRole() |
String |
getPrivateKeyFile() |
String |
getPrivateKeyFilePwd() |
void |
setDefaultRole(String defaultRole) |
void |
setPrivateKeyFile(String privateKeyFile) |
void |
setPrivateKeyFilePwd(String privateKeyFilePwd) |
getExcludedDbsSchemas, getExtractedDbsSchemas, getSystemDbsSchemas, isSystemDbsSchemas, setExcludedDbsSchemas, setExtractedDbsSchemas, setSystemDbsSchemas
createSQLDataSource, createSQLDataSource, createSQLDataSource, exportDDL, exportJSON, exportSQLEnv, getAccount, getConnection, getDatabase, getDbCategory, getDbType, getDriver, getExtractedStoredProcedures, getExtractedViews, getHostName, getJdbcUrl, getPassword, getPort, getTimeout, getVendor, setDatabase, setExtractedStoredProcedures, setExtractedViews, setTimeout, testConnection, toConnect
public TSnowflakeSQLDataSource(Class<?> driver, String jdbcUrl, String account, String password)
public TSnowflakeSQLDataSource(String hostName, String port, String account, String password, String database)
public String getDefaultRole()
public void setDefaultRole(String defaultRole)
public String getPrivateKeyFile()
public void setPrivateKeyFile(String privateKeyFile)
public String getPrivateKeyFilePwd()
public void setPrivateKeyFilePwd(String privateKeyFilePwd)
Copyright © 2023. All rights reserved.