Struct rpgffi::IndexStmt [] [src]

#[repr(C)]
pub struct IndexStmt { pub type_: NodeTag, pub idxname: *mut c_char, pub relation: *mut RangeVar, pub accessMethod: *mut c_char, pub tableSpace: *mut c_char, pub indexParams: *mut List, pub options: *mut List, pub whereClause: *mut Node, pub excludeOpNames: *mut List, pub idxcomment: *mut c_char, pub indexOid: Oid, pub oldNode: Oid, pub unique: bool_, pub primary: bool_, pub isconstraint: bool_, pub deferrable: bool_, pub initdeferred: bool_, pub transformed: bool_, pub concurrent: bool_, pub if_not_exists: bool_, }

Fields

Trait Implementations

impl Copy for IndexStmt
[src]

impl Clone for IndexStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more