Package org.gvsig.fmap.dal
Interface SQLBuilder.OrderByBuilder
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.expressionevaluator.ExpressionBuilder.Value,org.gvsig.expressionevaluator.ExpressionBuilder.Visitable,org.gvsig.tools.util.PropertiesSupport,SQLBuilder.StatementPart
- Enclosing interface:
SQLBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Methods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Value
clone, copyPropertiesFrom, replace, toStringMethods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Visitable
acceptMethods inherited from interface org.gvsig.tools.util.PropertiesSupport
getProperties, getProperty, setProperty
-
Field Details
-
MODE_NULLS_FIRST
static final int MODE_NULLS_FIRST- See Also:
-
MODE_NULLS_LAST
static final int MODE_NULLS_LAST- See Also:
-
MODE_NULLS_NOT_SPECIFIED
static final int MODE_NULLS_NOT_SPECIFIED- See Also:
-
-
Method Details
-
column
-
isColumn
-
isColumn
boolean isColumn(org.gvsig.expressionevaluator.ExpressionBuilder.Value value) -
value
-
ascending
-
ascending
SQLBuilder.OrderByBuilder ascending() -
descending
SQLBuilder.OrderByBuilder descending() -
nulls
-
custom
-
getNullsMode
int getNullsMode()
-