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 |