|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionParameter
Describes a connection parameter.
You get the list of parameters by using DatabaseConnection.getParameters()
.
Some common parameter names are defined in DatabaseConnection
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getValue()
void setValue(java.lang.String value)
value
- The parameter value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |