*/
public ScalarExpression newLiteral(QueryExpression qs, Object value)
{
if (singleColumn)
{
return new SqlTimestampLiteral(qs, this, (Timestamp)value);
}
else
{
// [CORE-2802]
throw new NucleusUserException("We dont support querying of Calendar fields when stored as 2 columns");