Example usage for Java org.jdom2.contrib.input ResultSetBuilder fields, constructors, methods, implement or subclass
The text is from its open source code.
ResultSetBuilder(ResultSet rs) This sets up a |
Document | build() This builds a |
void | setAsAttribute(String columnName, String attribName) Set a column as an |
void | setAsAttribute(int columnNum, String attribName) Set a column as an |
void | setAsAttribute(String columnName) Set a column as an |
void | setAsAttribute(int columnNum) Set a column as an |
void | setAsElement(String columnName, String elemName) Set a column as an |
void | setAsElement(int columnNum, String elemName) Set a column as an |
void | setMaxRows(int maxRows) Set the maximum number of rows to add to your |
void | setNamespace(Namespace ns) Set the |
void | setRootName(String rootName) Set the name to use as the root element in the Document . |
void | setRowName(String rowName) Set the name to use as the row element in the Document . |