Render a single datum accessed via JDBC. The SQL in the query
init-param should be a SELECT and must return a resultset. The field to
render must be non-null. This servlet inherits the init-params of
org.gomba.AbstractServlet , plus:
column
The result set column to render. This init-param is required only if the
result set contains more than one column. (Optional)
media-type
The resource MIME content type. May contain ${} parameters. (Required)
This servlet can handle the following HTTP methods: GET, HEAD.