Skip to main content

CountPolicy

Trait CountPolicy 

Source
pub trait CountPolicy {
    type Count: DataType;
}

Required Associated Types§

Source

type Count: DataType

The integer type returned by COUNT (e.g. Integer on SQLite, Int8 on PostgreSQL).

Implementors§