Skip to main content

select_by_id

Function select_by_id 

Source
pub fn select_by_id(
    entity: &ResolvedEntity,
    schema_override: Option<&str>,
    dialect: &dyn Dialect,
) -> QueryBuf
Expand description

SELECT by primary key (single column PK only). Caller adds id as sole param.