|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter.
Method Summary | |
---|---|
java.lang.String |
getCatalog()
Get the catalog name. |
java.lang.String |
getPassword()
Get the password. |
java.util.Map |
getTypeMap()
Get the type map, which is used for the custom mapping of SQL structured types and distinct types. |
java.lang.String |
getUserName()
Get the user name. |
java.lang.Boolean |
isReadOnly()
Get the read-only indicator for the database. |
void |
setCatalog(java.lang.String catalog)
Set the catalog name. |
void |
setPassword(java.lang.String pwd)
Set the password. |
void |
setReadOnly(java.lang.Boolean readOnly)
Indicate whether the connection is read only. |
void |
setTypeMap(java.util.Map map)
Set the type map for this connection. |
void |
setUserName(java.lang.String userName)
Set the user name. |
Method Detail |
public java.lang.String getCatalog()
public java.lang.String getPassword()
public java.util.Map getTypeMap()
public java.lang.String getUserName()
public java.lang.Boolean isReadOnly()
public void setCatalog(java.lang.String catalog)
catalog
- the catalog name.public void setPassword(java.lang.String pwd)
pwd
- the password.public void setReadOnly(java.lang.Boolean readOnly)
readOnly
- a flag indicating whether the connection is read only.public void setTypeMap(java.util.Map map)
typeMap
- the type map.public void setUserName(java.lang.String userName)
userName
- the user name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |