Class: RDBI::Column

Inherits:
Object
  • Object
show all
Defined in:
lib/rdbi/schema.rb

Overview

RDBI::Column is the metadata representation of a single table column. You will typically access this via RDBI::Schema.

In tables, columns can represent the columns of the schema. In queries, columns can represent anything that identifies the column of a result set. This includes aggregates, other functions, dynamic queries, etc.