Enum rpgffi::AlterTableType [] [src]

#[repr(u32)]
pub enum AlterTableType { AT_AddColumn, AT_AddColumnRecurse, AT_AddColumnToView, AT_ColumnDefault, AT_DropNotNull, AT_SetNotNull, AT_SetStatistics, AT_SetOptions, AT_ResetOptions, AT_SetStorage, AT_DropColumn, AT_DropColumnRecurse, AT_AddIndex, AT_ReAddIndex, AT_AddConstraint, AT_AddConstraintRecurse, AT_ReAddConstraint, AT_AlterConstraint, AT_ValidateConstraint, AT_ValidateConstraintRecurse, AT_ProcessedConstraint, AT_AddIndexConstraint, AT_DropConstraint, AT_DropConstraintRecurse, AT_ReAddComment, AT_AlterColumnType, AT_AlterColumnGenericOptions, AT_ChangeOwner, AT_ClusterOn, AT_DropCluster, AT_SetLogged, AT_SetUnLogged, AT_AddOids, AT_AddOidsRecurse, AT_DropOids, AT_SetTableSpace, AT_SetRelOptions, AT_ResetRelOptions, AT_ReplaceRelOptions, AT_EnableTrig, AT_EnableAlwaysTrig, AT_EnableReplicaTrig, AT_DisableTrig, AT_EnableTrigAll, AT_DisableTrigAll, AT_EnableTrigUser, AT_DisableTrigUser, AT_EnableRule, AT_EnableAlwaysRule, AT_EnableReplicaRule, AT_DisableRule, AT_AddInherit, AT_DropInherit, AT_AddOf, AT_DropOf, AT_ReplicaIdentity, AT_EnableRowSecurity, AT_DisableRowSecurity, AT_ForceRowSecurity, AT_NoForceRowSecurity, AT_GenericOptions, }

Variants

Trait Implementations

impl Debug for AlterTableType
[src]

[src]

Formats the value using the given formatter.

impl Copy for AlterTableType
[src]

impl Clone for AlterTableType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for AlterTableType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for AlterTableType
[src]

impl Hash for AlterTableType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more