[−][src]Struct postgres_parser::sys::CreateTrigStmt
Create TRIGGER Statement
Fields
type_: NodeTag
trigname: *mut c_char
relation: *mut RangeVar
TRIGGER's name
funcname: *mut List
relation trigger is on
args: *mut List
qual. name of function to call
row: bool
list of (T_String) Values or NIL
timing: int16
ROW/STATEMENT */
events: int16
BEFORE, AFTER, or INSTEAD */
columns: *mut List
"OR" of INSERT/UPDATE/DELETE/TRUNCATE
whenClause: *mut Node
column names, or NIL for all columns
isconstraint: bool
qual expression, or NULL if none
transitionRels: *mut List
This is a constraint trigger */
deferrable: bool
TriggerTransition nodes, or NIL if none */
initdeferred: bool
[NOT] DEFERRABLE
constrrel: *mut RangeVar
INITIALLY {DEFERRED|IMMEDIATE}
Trait Implementations
impl Debug for CreateTrigStmt
[src]
impl Default for CreateTrigStmt
[src]
impl Eq for CreateTrigStmt
[src]
impl Hash for CreateTrigStmt
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<CreateTrigStmt> for CreateTrigStmt
[src]
fn eq(&self, other: &CreateTrigStmt) -> bool
[src]
fn ne(&self, other: &CreateTrigStmt) -> bool
[src]
impl StructuralEq for CreateTrigStmt
[src]
impl StructuralPartialEq for CreateTrigStmt
[src]
Auto Trait Implementations
impl RefUnwindSafe for CreateTrigStmt
impl !Send for CreateTrigStmt
impl !Sync for CreateTrigStmt
impl Unpin for CreateTrigStmt
impl UnwindSafe for CreateTrigStmt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,