Struct server::parse::ast::Condition
[−]
[src]
pub struct Condition {
pub aliascol: Option<String>,
pub col: String,
pub op: CompType,
pub aliasrhs: Option<String>,
pub rhs: CondType,
}Information for the where-clause
Fields
aliascol | |
col | |
op | |
aliasrhs | |
rhs |