MCPcopy Create free account
hub / github.com/4xmen/rustavel / SelectQuery

Class SelectQuery

core/src/sql/query.rs:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Debug)]
28pub struct SelectQuery {
29 pub table: &'static str,
30 pub columns: &'static [&'static str],
31}
32
33pub trait QueryDsl: Model {
34 fn all() -> QueryBuilder<Self>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected