Remove ScalarType.isDateTimeCapable() ... (only used by CSV reader)

So the complexity cost doesn't justify itself against only being used
by CSV reader to validate when assigning a date/time format to a property
/ expression path.
This commit is contained in:
Rob Bygrave
2022-08-25 12:16:37 +12:00
parent 3092b59622
commit 10c9b2addd
29 changed files with 4 additions and 159 deletions
@@ -45,12 +45,6 @@ public interface ExpressionPath {
*/
Object parseDateTime(long systemTimeMillis);
/**
* Return true if the last type is "DateTime capable" - can support
* {@link #parseDateTime(long)}.
*/
boolean isDateTimeCapable();
/**
* Return the underlying JDBC type or 0 if this is not a scalar type.
*/