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§
- Oidc
Claim Mapping Clause - One
WHEN <claim_name> = '<value>' SET ...clause inside aCREATE OIDC PROVIDERorALTER OIDC PROVIDERstatement. - Quota
Spec - Partial quota update from
SET QUOTA (...)DDL.
Enums§
- Alter
Database Operation - Operations available on
ALTER DATABASE <name> <operation>. - Alter
Tenant Operation - Operations available on
ALTER TENANT <name> IN DATABASE <db> <operation>. - Audit
DmlMode - DML audit mode for a database.
- Clone
AsOf - Temporal anchor for a
CLONE DATABASEstatement. - Copy
Format - Format for
COPY ... FROMbulk import. - Copy
ToSource - Source for
COPY ... TO. - Nodedb
Statement - Typed representation of every NodeDB DDL statement.