Struct rpgffi::CreateStmt [] [src]

#[repr(C)]
pub struct CreateStmt { pub type_: NodeTag, pub relation: *mut RangeVar, pub tableElts: *mut List, pub inhRelations: *mut List, pub ofTypename: *mut TypeName, pub constraints: *mut List, pub options: *mut List, pub oncommit: OnCommitAction, pub tablespacename: *mut c_char, pub if_not_exists: bool_, }

Fields

Trait Implementations

impl Copy for CreateStmt
[src]

impl Clone for CreateStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more