Interface ColumnMetadata (2.44.0)

public interface ColumnMetadata

Represents the metadata for a column in a ResultSet

Methods

name()

public abstract String name()

The name of the column. Returns Empty string if the column has no name

Returns
Type Description
String

type()

public abstract SqlType<?> type()

The SqlType of the column

Returns
Type Description
SqlType<?>