Struct pgrx_pg_sys::AlterTableStmt
source · #[repr(C)]pub struct AlterTableStmt {
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub cmds: *mut List,
pub objtype: ObjectType,
pub missing_ok: bool,
}
Fields§
§type_: NodeTag
§relation: *mut RangeVar
§cmds: *mut List
§objtype: ObjectType
§missing_ok: bool
Trait Implementations§
source§impl Clone for AlterTableStmt
impl Clone for AlterTableStmt
source§fn clone(&self) -> AlterTableStmt
fn clone(&self) -> AlterTableStmt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AlterTableStmt
impl Debug for AlterTableStmt
source§impl Default for AlterTableStmt
impl Default for AlterTableStmt
source§impl Display for AlterTableStmt
impl Display for AlterTableStmt
source§impl PgNode for AlterTableStmt
impl PgNode for AlterTableStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more