java.sql.ResultSetMetaData
This section describes java.sql.ResultSetMetaData, which provides details about ResultSet object information.
Method Name |
Return Type |
Support JDBC 4 |
---|---|---|
getColumnCount() |
int |
Yes |
getColumnName(int column) |
String |
Yes |
getColumnType(int column) |
int |
Yes |
getColumnTypeName(int column) |
String |
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