public final class ResultSet extends Object implements Serializable
Constructor and Description |
---|
ResultSet() |
ResultSet(String spec)
Instantiates a new result set.
|
ResultSet(String spec,
String format)
Instantiates a new result set from a data bound constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Gets the format.
|
String |
getSpec()
Gets the spec.
|
void |
setFormat(String format)
Sets the format.
|
void |
setSpec(String spec)
Sets the spec.
|
public ResultSet()
public ResultSet(String spec)
spec
- the specpublic String getSpec()
public void setSpec(String spec)
spec
- the new specpublic String getFormat()
public void setFormat(String format)
format
- the new formatCopyright © 2009–2019 verit Informationssysteme GmbH. All rights reserved.