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.
|
splitprotected java.lang.String dateToString(java.util.Date d)
DateSplitterdateToString in class DateSplitterd - the date to format.Copyright © 2009 The Apache Software Foundation