pub(crate) fn extract(stmt: &Statement) -> Option<Infrastructure>Expand description
Extract infrastructure properties from a statement, if applicable.
Returns Some for connections, sources, and tables-from-source;
None for all other statement types.