public class OracleDateSplitter extends DateSplitter
Constructor and Description |
---|
OracleDateSplitter() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
dateToString(java.util.Date d)
Given a Date 'd', format it as a string for use in a SQL date
comparison operation.
|
split
protected java.lang.String dateToString(java.util.Date d)
DateSplitter
dateToString
in class DateSplitter
d
- the date to format.Copyright © 2009 The Apache Software Foundation