Interface ColumnMetadata

All Known Subinterfaces:
SqlType.Struct.Field
All Known Implementing Classes:
Type.StructWithSchema.Field

@BetaApi public interface ColumnMetadata
Represents the metadata for a column in a ResultSet
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the column.
    The SqlType of the column
  • Method Details

    • name

      String name()
      The name of the column. Returns Empty string if the column has no name
    • type

      SqlType<?> type()
      The SqlType of the column