Struct pgx_pg_sys::CreateStmt
source · [−]#[repr(C)]pub struct CreateStmt {Show 13 fields
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub tableElts: *mut List,
pub inhRelations: *mut List,
pub partbound: *mut PartitionBoundSpec,
pub partspec: *mut PartitionSpec,
pub ofTypename: *mut TypeName,
pub constraints: *mut List,
pub options: *mut List,
pub oncommit: OnCommitAction,
pub tablespacename: *mut c_char,
pub accessMethod: *mut c_char,
pub if_not_exists: bool,
}Fields
type_: NodeTagrelation: *mut RangeVartableElts: *mut ListinhRelations: *mut Listpartbound: *mut PartitionBoundSpecpartspec: *mut PartitionSpecofTypename: *mut TypeNameconstraints: *mut Listoptions: *mut Listoncommit: OnCommitActiontablespacename: *mut c_characcessMethod: *mut c_charif_not_exists: boolTrait Implementations
sourceimpl Clone for CreateStmt
impl Clone for CreateStmt
sourcefn clone(&self) -> CreateStmt
fn clone(&self) -> CreateStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateStmt
impl Debug for CreateStmt
sourceimpl Default for CreateStmt
impl Default for CreateStmt
sourceimpl Display for CreateStmt
impl Display for CreateStmt
sourceimpl PgNode for CreateStmt
impl PgNode for CreateStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateStmt
impl !Send for CreateStmt
impl !Sync for CreateStmt
impl Unpin for CreateStmt
impl UnwindSafe for CreateStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more