de.schwarzrot.data.access.support
Class MinConditionElement
java.lang.Object
de.schwarzrot.data.access.support.AbstractConditionElement
de.schwarzrot.data.access.support.AbstractFunctionCondtion
de.schwarzrot.data.access.support.MinConditionElement
- All Implemented Interfaces:
- ConditionElement
public class MinConditionElement
- extends AbstractFunctionCondtion
create the condition string for queries, that want the max. value of given
attribute. Such queries look like: select * from XXX where name = ( select
min(name) from XXX )
- Author:
- Reinhard Mantey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinConditionElement
public MinConditionElement(String name)
getFunction
protected String getFunction()
- Specified by:
getFunction
in class AbstractFunctionCondtion
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.