public class ResultSetJsonWriter extends Object implements ResultSetWriter<String>
| Constructor and Description |
|---|
ResultSetJsonWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLimited()
Checks if is limited.
|
void |
setLimited(boolean limited)
Sets the limited.
|
String |
write(ResultSet resultSet)
Write the provided ResultSet.
|
public boolean isLimited()
public void setLimited(boolean limited)
limited - the new limitedpublic String write(ResultSet resultSet) throws SQLException
ResultSetWriterwrite in interface ResultSetWriter<String>resultSet - the rsSQLException - the SQL exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.