net.sf.farrago.test
Class FarragoJdbcTest.TestSqlApproxType
java.lang.Object
net.sf.farrago.test.FarragoJdbcTest.TestSqlType
net.sf.farrago.test.FarragoJdbcTest.TestSqlApproxType
- Enclosing class:
- FarragoJdbcTest
private static class FarragoJdbcTest.TestSqlApproxType
- extends FarragoJdbcTest.TestSqlType
Defines class for testing approximate sql type
Field Summary |
(package private) double |
max
|
(package private) double |
min
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
min
double min
max
double max
FarragoJdbcTest.TestSqlApproxType
FarragoJdbcTest.TestSqlApproxType(int ordinal,
String example,
double min,
double max)
checkIsValid
public int checkIsValid(Object value,
boolean strict)
- Overrides:
checkIsValid
in class FarragoJdbcTest.TestSqlType