ConnStringInfo 类
定义
Database connection string information.
public class ConnStringInfo
- 继承
-
java.lang.ObjectConnStringInfo
方法
connectionString() |
Get the connectionString value.
|
name() |
Get the name value.
|
type() |
Get the type value.
|
withConnectionString(String connectionString) |
Set the connectionString value.
|
withName(String name) |
Set the name value.
|
withType(ConnectionStringType type) |
Set the type value.
|