public class PostgresqlDateConverter extends java.lang.Object implements DateSQLExpression
| Constructor and Description |
|---|
PostgresqlDateConverter(long res,
SQLExpression<? extends java.lang.Number> val) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.StringBuilder sb,
boolean qualify)
Add the expression to a StringBuilder
|
boolean |
equals(java.lang.Object obj) |
SQLExpression<? extends java.lang.Number> |
getMillis()
get an
SQLExpression for the millisecond value of the date |
java.util.List<PatternArgument> |
getParameters(java.util.List<PatternArgument> list)
Add parameters for this value to a list.
|
SQLFilter |
getRequiredFilter()
Get an SQLFilter required to be added to the filter set.
|
SQLExpression<? extends java.lang.Number> |
getSeconds()
get an
SQLExpression for the second value of the date |
java.lang.Class<java.util.Date> |
getTarget()
Get the type of the returned object as far as it is known.
|
int |
hashCode() |
java.util.Date |
makeObject(java.sql.ResultSet rs,
int pos)
Extract a result of the expression from a ResultSet into an object of the specified type.
|
boolean |
preferSeconds()
Would this expression preferentially use seconds
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgroupingIsomorphicaddGroup, checkContentsCanGroup, getGroupParameterspublic PostgresqlDateConverter(long res,
SQLExpression<? extends java.lang.Number> val)
public int add(java.lang.StringBuilder sb,
boolean qualify)
SQLValuepublic SQLExpression<? extends java.lang.Number> getMillis()
DateSQLExpressionSQLExpression for the millisecond value of the dategetMillis in interface DateSQLExpressionSQLExpression giving milliseconds since epochpublic SQLExpression<? extends java.lang.Number> getSeconds()
DateSQLExpressionSQLExpression for the second value of the dategetSeconds in interface DateSQLExpressionSQLExpression giving seconds since epochpublic java.util.List<PatternArgument> getParameters(java.util.List<PatternArgument> list)
SQLValuegetParameters in interface SQLValue<java.util.Date>list - to modifypublic java.util.Date makeObject(java.sql.ResultSet rs,
int pos)
throws DataException,
java.sql.SQLException
SQLValuemakeObject in interface SQLValue<java.util.Date>rs - ResultSetDataExceptionjava.sql.SQLExceptionpublic SQLFilter getRequiredFilter()
SQLValuegetRequiredFilter in interface SQLValue<java.util.Date>public java.lang.Class<java.util.Date> getTarget()
Targettedpublic int hashCode()
hashCode in interface SQLExpression<java.util.Date>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in interface SQLExpression<java.util.Date>equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean preferSeconds()
DateSQLExpressionpreferSeconds in interface DateSQLExpression