org.gcube.dataaccess.spql.stmt
Class WhereStatement
java.lang.Object
org.gcube.dataaccess.spql.stmt.AbstractStatement
org.gcube.dataaccess.spql.stmt.WhereStatement
public class WhereStatement
- extends AbstractStatement
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
simpleDateFormat
protected SimpleDateFormat simpleDateFormat
first
protected boolean first
WhereStatement
protected WhereStatement(StringBuilder query)
checkFirst
protected void checkFirst()
addBoundCondition
protected void addBoundCondition(String bound,
float latitude,
float longitude)
lowerBoundIs
public WhereStatement lowerBoundIs(float latitude,
float longitude)
upperBoundIs
public WhereStatement upperBoundIs(float latitude,
float longitude)
addDateCondition
protected void addDateCondition(String dateCondition,
Date date)
fromDateIs
public WhereStatement fromDateIs(Date date)
toDateIs
public WhereStatement toDateIs(Date date)
Copyright © 2013. All Rights Reserved.