Std.Db.Schema
11 public declarations
- Bindable
How a value is written when it travels as a parameter.
- boundValue
&T -> Std.Db.Driver.Value where T: BindableA value as the parameter it becomes.
- column
Str -> Str -> Std.Db.Schema.Column[T]A column of a table.
- Column
A column: where it lives, what it is called, and what it holds.
- Comparison
The comparisons a condition may use.
- comparisonText
&Std.Db.Schema.Comparison -> StrHow a comparison is written.
- nameOf
&Std.Db.Schema.Column[T] -> StrWhat a column is called.
- namesOf
&Array[Std.Db.Schema.Column[T]] -> Array[Str]The names of several columns, for the places a statement lists them.
- nothing
Std.Db.Driver.ValueNothing, for a column that is being set to hold nothing.
- qualified
&Std.Db.Schema.Column[T] -> StrThe column named with its table, for a statement over more than one.
- tableOf
&Std.Db.Schema.Column[T] -> StrWhich table it belongs to.
