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