public interface ConnectionParameter
You get the list of parameters by using DatabaseConnection.getParameters().
Some common parameter names are defined in DatabaseConnection.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getValue()
Returns the value of the connection parameter.
|
void |
setValue(java.lang.String value)
Sets the value of the connection parameter.
|
java.lang.String getName()
java.lang.String getValue()
void setValue(java.lang.String value)
value - The parameter value