
com.opitzconsulting.orcas.syex.SqlplusDirAccessSyex Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-syex Show documentation
Show all versions of orcas-domainextension-syex Show documentation
orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.
package com.opitzconsulting.orcas.syex;
public class SqlplusDirAccessSyex
{
public static java.util.List getFileURLs()
{
java.util.List lReturn = new java.util.ArrayList();
lReturn.add( SqlplusDirAccessSyex.class.getResource( "/sql/replaceables/types/ot_syex.sql" ) );
return lReturn;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy