Result Set Meta Data
interface ResultSetMetaData
Metadata about the columns in a ResultSet.
Functions
Link copied to clipboard
Returns the column alias (label) at the given 1-based column index. Defaults to getColumnName.
Link copied to clipboard
Returns the underlying column name at the given 1-based column index.