Struct rpgffi::PlannedStmt [] [src]

#[repr(C)]
pub struct PlannedStmt { pub type_: NodeTag, pub commandType: CmdType, pub queryId: uint32, pub hasReturning: bool_, pub hasModifyingCTE: bool_, pub canSetTag: bool_, pub transientPlan: bool_, pub dependsOnRole: bool_, pub parallelModeNeeded: bool_, pub planTree: *mut Plan, pub rtable: *mut List, pub resultRelations: *mut List, pub utilityStmt: *mut Node, pub subplans: *mut List, pub rewindPlanIDs: *mut Bitmapset, pub rowMarks: *mut List, pub relationOids: *mut List, pub invalItems: *mut List, pub nParamExec: c_int, }

Fields

Trait Implementations

impl Copy for PlannedStmt
[src]

impl Clone for PlannedStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more