Struct pgrx_pg_sys::UpdateStmt
source · #[repr(C)]pub struct UpdateStmt {
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub targetList: *mut List,
pub whereClause: *mut Node,
pub fromClause: *mut List,
pub returningList: *mut List,
pub withClause: *mut WithClause,
}
Fields§
§type_: NodeTag
§relation: *mut RangeVar
§targetList: *mut List
§whereClause: *mut Node
§fromClause: *mut List
§returningList: *mut List
§withClause: *mut WithClause
Trait Implementations§
source§impl Clone for UpdateStmt
impl Clone for UpdateStmt
source§fn clone(&self) -> UpdateStmt
fn clone(&self) -> UpdateStmt
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 UpdateStmt
impl Debug for UpdateStmt
source§impl Default for UpdateStmt
impl Default for UpdateStmt
source§impl Display for UpdateStmt
impl Display for UpdateStmt
source§impl PgNode for UpdateStmt
impl PgNode for UpdateStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more