java.sql.Connection
java.sql.Connection is the database connection interface.
| Method | Return Type | JDBC 4 Support |
|---|---|---|
| close() | void | Yes |
| commit() | void | Yes |
| createStatement() | Statement | Yes |
| getAutoCommit() | boolean | Yes |
| getClientInfo() | Properties | Yes |
| getClientInfo(String name) | String | Yes |
| getTransactionIsolation() | int | Yes |
| isClosed() | boolean | Yes |
| isReadOnly() | boolean | Yes |
| prepareStatement(String sql) | PreparedStatement | Yes |
| rollback() | void | Yes |
| setAutoCommit(boolean autoCommit) | void | Yes |
| setClientInfo(Properties properties) | void | Yes |
| setClientInfo(String name,String value) | void | Yes |
What is your overall rating for this page?
Thank 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