pub fn sequence_lifecycle_target(
catalog: &dyn SequenceLifecycleCatalog,
source: &RelationIdentity,
lifecycle: &SequenceLifecycle,
) -> Result<RelationIdentity, SQLError>Expand description
Bind the declared destination before acquiring its namespace lock. Collision and namespace-kind checks require the refreshed catalog after that acquisition.