com.opitzconsulting.orcas.extenions.SqlplusDirAccessExtenions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-extenions Show documentation
Show all versions of orcas-extenions Show documentation
orcas custom extensions (contains only support classes and an empty-extension). If custom-extensions are provided, there will be a custom artifact.
The newest version!
package com.opitzconsulting.orcas.extenions;
public class SqlplusDirAccessExtenions
{
public static java.util.List getFileURLs()
{
java.util.List lReturn = new java.util.ArrayList();
lReturn.add( SqlplusDirAccessExtenions.class.getResource( "/sql/replaceables/packages/b_pa_orcas_extensions.sql" ) );
return lReturn;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy