Skip to main content

Module statement

Module statement 

Source
Expand description

The NodedbStatement enum — one variant per DDL command.

Re-exports§

pub use super::alter_ops::AlterCollectionOp;
pub use super::alter_ops::AlterRoleOp;
pub use super::alter_ops::AlterUserOp;
pub use super::graph_types::GraphDirection;
pub use super::graph_types::GraphProperties;

Structs§

OidcClaimMappingClause
One WHEN <claim_name> = '<value>' SET ... clause inside a CREATE OIDC PROVIDER or ALTER OIDC PROVIDER statement.
QuotaSpec
Partial quota update from SET QUOTA (...) DDL.

Enums§

AlterDatabaseOperation
Operations available on ALTER DATABASE <name> <operation>.
AlterTenantOperation
Operations available on ALTER TENANT <name> IN DATABASE <db> <operation>.
AuditDmlMode
DML audit mode for a database.
CloneAsOf
Temporal anchor for a CLONE DATABASE statement.
CopyFormat
Format for COPY ... FROM bulk import.
CopyToSource
Source for COPY ... TO.
NodedbStatement
Typed representation of every NodeDB DDL statement.