zut.sql.get_create_statement_names

zut.sql.get_create_statement_names(sql: str, *, include_type: bool = False, lower_names: bool = False) list[str]

Get a list of object creations detected in the given SQL statement.

Parameters:

include_type – Include a prefix indicating the type of object in the results (e.g. procedure:my_procedure_name).