![JAR search and dependency download from the Maven repository](/logo.png)
com.google.code.plsqlmaven.templates.function.fnc.plsql Maven / Gradle / Ivy
The newest version!
create or replace function ${name}
return varchar2
as
begin
return null;
end;
/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy