| Package | Description |
|---|---|
| org.dmd.util | |
| org.dmd.util.exceptions | |
| org.dmd.util.parsing |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BooleanVar.set(ResultSet rs,
String s)
Sets the value to true if the string is "true" and to false otherwise.
|
| Constructor and Description |
|---|
BooleanVar(ResultSet rs,
String v)
Creates a new BooleanVar with the specified value.
|
| Modifier and Type | Field and Description |
|---|---|
ResultSet |
ResultException.result
The result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.addResults(ResultSet rs)
Adds copies of the results in the specified result set to this result set.
|
void |
ResultException.populate(ResultSet rs)
This is a convenience function to populate an existing result set with
the contents of this exception.
|
| Constructor and Description |
|---|
ResultException(ResultSet rs)
Constructs a new result set exception with a result set.
|
ResultException(String s,
ResultSet rs)
Constructs a new result set exception with a detailed message and a
result set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandLine.parseArgs(ResultSet rs,
String[] args)
Parses the argument vector and throws an exception if problems are found.
|
Copyright © 2023. All rights reserved.