public class Converter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Constructor and Description |
|---|
Converter() |
| Modifier and Type | Method and Description |
|---|---|
static double |
asDouble(java.lang.Object o)
Convert a JDBC output value to a double.
|
static long |
asLong(java.lang.Object o)
Convert a JDBC output value to a long.
|
public static final java.lang.String _rcsid
public static double asDouble(java.lang.Object o)
throws ManifoldCFException
ManifoldCFExceptionpublic static long asLong(java.lang.Object o)
throws ManifoldCFException
ManifoldCFException