Pudu programming language
Menu
API reference

Std.Db.Schema.Column

1 declaration

type

Column

This declaration introduces a public type.

What it does

A column: where it lives, what it is called, and what it holds.

The type parameter is what makes comparing a column of text against a

number fail to compile rather than reach the database.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Db.SchemaSearch related declarations