Struct pgrx_pg_sys::CreateFunctionStmt
source · #[repr(C)]pub struct CreateFunctionStmt {
pub type_: NodeTag,
pub is_procedure: bool,
pub replace: bool,
pub funcname: *mut List,
pub parameters: *mut List,
pub returnType: *mut TypeName,
pub options: *mut List,
pub sql_body: *mut Node,
}
Fields§
§type_: NodeTag
§is_procedure: bool
§replace: bool
§funcname: *mut List
§parameters: *mut List
§returnType: *mut TypeName
§options: *mut List
§sql_body: *mut Node
Trait Implementations§
source§impl Clone for CreateFunctionStmt
impl Clone for CreateFunctionStmt
source§fn clone(&self) -> CreateFunctionStmt
fn clone(&self) -> CreateFunctionStmt
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 CreateFunctionStmt
impl Debug for CreateFunctionStmt
source§impl Default for CreateFunctionStmt
impl Default for CreateFunctionStmt
source§impl Display for CreateFunctionStmt
impl Display for CreateFunctionStmt
source§impl PgNode for CreateFunctionStmt
impl PgNode for CreateFunctionStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more