@PublicEvolving public class StarRocksJdbcConnectionOptions extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
cjDriverName |
protected String |
driverName |
protected String |
password |
protected String |
url |
protected String |
username |
| Constructor and Description |
|---|
StarRocksJdbcConnectionOptions(String url,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCjDriverName() |
String |
getDbURL() |
String |
getDriverName() |
Optional<String> |
getPassword() |
Optional<String> |
getUsername() |
Copyright © 2023. All rights reserved.