Struct pgrx_pg_sys::AlterTableUtilityContext
source · #[repr(C)]pub struct AlterTableUtilityContext {
pub pstmt: *mut PlannedStmt,
pub queryString: *const c_char,
pub relid: Oid,
pub params: ParamListInfo,
pub queryEnv: *mut QueryEnvironment,
}
Fields§
§pstmt: *mut PlannedStmt
§queryString: *const c_char
§relid: Oid
§params: ParamListInfo
§queryEnv: *mut QueryEnvironment
Trait Implementations§
source§impl Clone for AlterTableUtilityContext
impl Clone for AlterTableUtilityContext
source§fn clone(&self) -> AlterTableUtilityContext
fn clone(&self) -> AlterTableUtilityContext
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 more