| |||||||
FRAMES NO FRAMES |
Iterable<JSONObject>
to the specified variable. Bind variables will be pulled from the JSP
scope heirarchy unless a bind object is defined. If a bind object is
defined, bind variables will be pulled from that instead.
<virge:set var="zipcode" value="12345"/>
<virge:query var="customers" jndi="jdbc/example">
select * from CUSTOMER where ZIP = :zipcode
</virge:query>
Tag Information | |
Tag Class | com.invirgance.convirgance.web.tag.QueryTag |
TagExtraInfo Class | None |
Body Content | tagdependent |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | true | com.invirgance.convirgance.json.JSONObject | No Description |
jndi | true | true | java.lang.String | No Description |
scope | false | false | java.lang.String | Scope of the variable (i.e. page, request, session, or application) |
var | true | false | java.lang.String |
Variable to assign the resulting Iterable<JSONObject> to
|
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |