public class JdbcResultElement extends Object
| Constructor and Description |
|---|
JdbcResultElement() |
| Modifier and Type | Method and Description |
|---|---|
static String |
rs2XML(String[] columnNames,
ResultSet rs)
Tranform each tuple to its respective XML representation, with each element correspond to a tuple attribute.
|
public static String rs2XML(String[] columnNames, ResultSet rs) throws Exception
columnNames - The names of the columsrs - The current result setException - An unrecoverable for the operation error occuredCopyright © 2017. All Rights Reserved.