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

test.config.oracle.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="http://url2sql.vsame.net/xml/0.0.0.10/url2sqlConfig.xsd">
	<action url="oracle/page" class="test.TestAction" method="page">
		<vars>
			<var name="sql">
			    SELECT * FROM AC01  where aac003 LIKE ${name}
		    </var>
		</vars>
	</action>
	
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy