org.axiondb.types
public class DoubleType extends BaseNumberDataType
Version: $Revision: 1.1 $ $Date: 2005/05/02 22:29:40 $
Constructor Summary | |
---|---|
DoubleType() |
Method Summary | |
---|---|
int | compare(Object a, Object b) |
Object | convert(Object value)
Returns a Double converted from the given value , or throws
IllegalArgumentExceptionif the given value isn't
acceptable . |
int | getColumnDisplaySize() |
protected Comparator | getComparator() |
int | getJdbcType() |
int | getPrecision() |
int | getPrecisionRadix() |
String | getPreferredValueClassName() |
int | getScale() |
DataType | makeNewInstance() |
Object | read(DataInput in) |
Object | successor(Object value) |
boolean | supportsSuccessor()true |
String | toString()
Returns "double"
|
void | write(Object value, DataOutput out) |
acceptable
.See Also: DoubleType
true
"double"
Returns: "double"