javax.naming.Context
javax.naming.Context is the connection configuration context interface.
Method |
Return Type |
JDBC 4 Support |
---|---|---|
bind(Name name, Object obj) |
void |
Yes |
bind(String name, Object obj) |
void |
Yes |
lookup(Name name) |
Object |
Yes |
lookup(String name) |
Object |
Yes |
rebind(Name name, Object obj) |
void |
Yes |
rebind(String name, Object obj) |
void |
Yes |
rename(Name oldName, Name newName) |
void |
Yes |
rename(String oldName, String newName) |
void |
Yes |
unbind(Name name) |
void |
Yes |
unbind(String name) |
void |
Yes |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot