//! Module: db::sql
//! Responsibility: SQL frontend parsing contracts for reduced SQL entrypoints.
//! Does not own: schema validation, access planning, or executor behavior.
//! Boundary: parses SQL text into deterministic statement AST used by planner-facing layers.
pub
pub
pub
pub
pub use SqlIntegrityStatement;
/// Parse one bounded integrity-administration statement.
///
/// This SQL-root boundary keeps parser internals private while allowing the
/// trusted session frontend to share their canonical grammar.
pub