All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.plsqlmaven.templates.function.fnc.plsql Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
create or replace function ${name}
return varchar2
as
begin
    return null;
end;
/




© 2015 - 2025 Weber Informatics LLC | Privacy Policy