← Back to Stormify Documentation

ResultSetMetaData

Metadata about the columns in a ResultSet.

Properties

Link copied to clipboard
abstract val columnCount: Int

The number of columns in the result set.

Functions

Link copied to clipboard
open fun getColumnLabel(column: Int): String

Returns the column alias (label) at the given 1-based column index. Defaults to getColumnName.

Link copied to clipboard
abstract fun getColumnName(column: Int): String

Returns the underlying column name at the given 1-based column index.