//! Privilege and authorization model for PL/SQL analysis.
//!
//! Models authorization-relevant semantics by combining source-code annotations
//! (`AUTHID`, `ACCESSIBLE BY`) with catalog-derived grants and roles.
//!
//! This crate is Layer 2 of the dependency graph — it depends on `plsql-core`
//! and `plsql-catalog`.
pub use ;
pub use ;
pub use *;
pub use *;