Performs database operations by sending the enclosed SQL statment to the specified data source.

<jrun:sql connection=”java.sql.Connection”
	[id=”query name”] [scope=”scope”]>
SQL statement with optional <sqlparam/>
</jrun:sql>
or
<jrun:sql datasrc=”javax.sql.DataSource”
	[id=”query name”] [scope=”scope”]
	[username=”user”] [password=”password”]>
SQL statement with optional <sqlparam/>
</jrun:sql>
or
<jrun:sql driver=”JDBC driver class name”
	url=”JDBC url” [id=”query name”]
	[scope=”scope”] [username=”user”]
	[password=”password”]>
sql statement with optional <sqlparam/>
</jrun:sql>