Struct rpgffi::SelectStmt [] [src]

#[repr(C)]
pub struct SelectStmt { pub type_: NodeTag, pub distinctClause: *mut List, pub intoClause: *mut IntoClause, pub targetList: *mut List, pub fromClause: *mut List, pub whereClause: *mut Node, pub groupClause: *mut List, pub havingClause: *mut Node, pub windowClause: *mut List, pub valuesLists: *mut List, pub sortClause: *mut List, pub limitOffset: *mut Node, pub limitCount: *mut Node, pub lockingClause: *mut List, pub withClause: *mut WithClause, pub op: SetOperation, pub all: bool_, pub larg: *mut SelectStmt, pub rarg: *mut SelectStmt, }

Fields

Trait Implementations

impl Copy for SelectStmt
[src]

impl Clone for SelectStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more