Struct pgrx_pg_sys::PrepareStmt
source · #[repr(C)]pub struct PrepareStmt {
pub type_: NodeTag,
pub name: *mut c_char,
pub argtypes: *mut List,
pub query: *mut Node,
}
Fields§
§type_: NodeTag
§name: *mut c_char
§argtypes: *mut List
§query: *mut Node
Trait Implementations§
source§impl Clone for PrepareStmt
impl Clone for PrepareStmt
source§fn clone(&self) -> PrepareStmt
fn clone(&self) -> PrepareStmt
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 PrepareStmt
impl Debug for PrepareStmt
source§impl Default for PrepareStmt
impl Default for PrepareStmt
source§impl Display for PrepareStmt
impl Display for PrepareStmt
source§impl PgNode for PrepareStmt
impl PgNode for PrepareStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more