Class StringExpression.StringMaxExpression
- java.lang.Object
-
- nz.co.gregs.dbvolution.expressions.AnyExpression<B,R,D>
-
- nz.co.gregs.dbvolution.expressions.EqualExpression<B,R,D>
-
- nz.co.gregs.dbvolution.expressions.InExpression<B,R,D>
-
- nz.co.gregs.dbvolution.expressions.RangeExpression<String,StringResult,DBString>
-
- nz.co.gregs.dbvolution.expressions.StringExpression
-
- nz.co.gregs.dbvolution.expressions.StringExpression.StringMaxExpression
-
- All Implemented Interfaces:
Serializable
,DBExpression
,ExpressionColumn<DBString>
,HasSQLString
,CanBeWindowingFunctionWithFrame<StringExpression>
,AnyComparable<String,StringResult>
,AnyResult<String>
,EqualComparable<String,StringResult>
,EqualResult<String>
,ExpressionCanHaveNullValues
,ExpressionHasStandardStringResult
,InComparable<String,StringResult>
,InResult<String>
,NullCapableResult<String>
,RangeComparable<String,StringResult>
,RangeResult<String>
,StringResult
- Enclosing class:
- StringExpression
public static class StringExpression.StringMaxExpression extends StringExpression implements CanBeWindowingFunctionWithFrame<StringExpression>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nz.co.gregs.dbvolution.expressions.AnyExpression
AnyExpression.CountAllExpression, AnyExpression.CountDistinctExpression, AnyExpression.CountExpression, AnyExpression.NTileExpression, AnyExpression.PercentageExpression, AnyExpression.RankExpression
-
Nested classes/interfaces inherited from class nz.co.gregs.dbvolution.expressions.EqualExpression
EqualExpression.DBUnaryFunction<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>>, EqualExpression.ModeSimpleExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>>, EqualExpression.ModeStrictExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>>
-
Nested classes/interfaces inherited from class nz.co.gregs.dbvolution.expressions.RangeExpression
RangeExpression.MedianExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>>, RangeExpression.UniqueRankingExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>>
-
Nested classes/interfaces inherited from class nz.co.gregs.dbvolution.expressions.StringExpression
StringExpression.DBBinaryStringFunction, StringExpression.FirstValueExpression, StringExpression.IntegerLengthExpression, StringExpression.LagExpression, StringExpression.LagLeadWindow, StringExpression.LastValueExpression, StringExpression.LeadExpression, StringExpression.NthValueExpression, StringExpression.StringAggregateExpression, StringExpression.StringAggregateWithOrderByExpression, StringExpression.StringAppendExpression, StringExpression.StringBracketExpression, StringExpression.StringCurrentUserExpression, StringExpression.StringFirstIntegerAsSubstringExpression, StringExpression.StringFirstNumberAsSubstringExpression, StringExpression.StringIfDBNullExpression, StringExpression.StringIsExpression, StringExpression.StringIsGreaterThanExpression, StringExpression.StringIsGreaterThanOrEqualExpression, StringExpression.StringIsInExpression, StringExpression.StringIsLessThanExpression, StringExpression.StringIsLessThanOrEqualExpression, StringExpression.StringIsLikeExpression, StringExpression.StringIsNotExpression, StringExpression.StringIsNotInExpression, StringExpression.StringLeftTrimExpression, StringExpression.StringLocationOfExpression, StringExpression.StringLowercaseExpression, StringExpression.StringMaxExpression, StringExpression.StringMinExpression, StringExpression.StringNumberResultExpression, StringExpression.StringReplaceExpression, StringExpression.StringRightTrimExpression, StringExpression.StringSubstringAfterExpression, StringExpression.StringSubstringBeforeExpression, StringExpression.StringTrimExpression, StringExpression.StringUppercaseExpression
-
-
Constructor Summary
Constructors Constructor Description StringMaxExpression(StringResult stringVariable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringExpression.StringMaxExpression
copy()
A Complete Copy Of This DBValue.boolean
isAggregator()
Returns TRUE if this expression is an Aggregator like SUM() or LEAST().WindowFunctionFramable<StringExpression>
over()
Over creates a window function.String
toSQLString(DBDefinition defn)
Produces the snippet provided by this class.-
Methods inherited from class nz.co.gregs.dbvolution.expressions.AnyExpression
ascending, asResult, count, countAll, countDistinctValues, countNotNull, createSQLForFromClause, createSQLForGroupByClause, denseRank, descending, getInnerResult, getTablesInvolved, highestFirst, highestLast, isComplexExpression, isPurelyFunctional, isWindowingFunction, lowestFirst, lowestLast, nTile, nTile, nTile, nullBoolean, nullDate, nullDateRepeat, nullDuration, nullInstant, nullInteger, nullLine2D, nullLineSegment2D, nullLocalDate, nullLocalDateTime, nullMultiPoint2D, nullNumber, nullPoint2D, nullPolygon2D, nullString, percentageRank, rank, rowNumber, runningCount, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value, value
-
Methods inherited from interface nz.co.gregs.dbvolution.expressions.windows.CanBeWindowingFunctionWithFrame
window
-
Methods inherited from interface nz.co.gregs.dbvolution.expressions.DBExpression
createSQLForFromClause, createSQLForGroupByClause, getTablesInvolved, isComplexExpression, isPurelyFunctional, isWindowingFunction
-
Methods inherited from class nz.co.gregs.dbvolution.expressions.EqualExpression
countIf, is, isNot
-
Methods inherited from interface nz.co.gregs.dbvolution.expressions.ExpressionColumn
toExpressionColumn
-
Methods inherited from interface nz.co.gregs.dbvolution.results.InComparable
isIn
-
Methods inherited from class nz.co.gregs.dbvolution.expressions.InExpression
isIn, isIn, isIn, isNotIn, isNotIn, isNotIn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class nz.co.gregs.dbvolution.expressions.RangeExpression
isBetween, isBetween, isBetween, isBetween, isBetween, isBetweenExclusive, isBetweenExclusive, isBetweenExclusive, isBetweenExclusive, isBetweenExclusive, isBetweenInclusive, isBetweenInclusive, isBetweenInclusive, isBetweenInclusive, isBetweenInclusive, isGreaterThan, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThan, isLessThanOrEqual
-
Methods inherited from class nz.co.gregs.dbvolution.expressions.StringExpression
aggregate, aggregate, append, append, append, append, append, asExpressionColumn, bracket, contains, contains, contains, containsAnyOf, containsIgnoreCase, containsIgnoreCase, containsIgnoreCase, currentUser, emptyString, endsWith, endsWith, expression, expression, expression, expression, expression, expressions, expressions, firstValue, getFirstInteger, getFirstIntegerAsSubstring, getFirstNumber, getFirstNumberAsSubstring, getIncludesNull, getQueryableDatatypeForExpressionValue, ifDBNull, ifDBNull, integerResult, is, is, is, is, is, isBetween, isBetween, isBetween, isBetween, isBetweenExclusive, isBetweenExclusive, isBetweenExclusive, isBetweenExclusive, isBetweenInclusive, isBetweenInclusive, isBetweenInclusive, isBetweenInclusive, isEmpty, isGreaterThan, isGreaterThan, isGreaterThan, isGreaterThan, isGreaterThanOrEqual, isGreaterThanOrEqual, isIgnoreCase, isIgnoreCase, isIgnoreCase, isIgnoreCase, isIgnoreCase, isIn, isInCollection, isInIgnoreCase, isInIgnoreCase, isInIgnoreCase, isLessThan, isLessThan, isLessThan, isLessThan, isLessThanOrEqual, isLessThanOrEqual, isLike, isLike, isLikeIgnoreCase, isLikeIgnoreCase, isNot, isNot, isNot, isNot, isNot, isNotEmpty, isNotInCollection, isNotNull, isNotNullAndNotEmpty, isNull, isNullOrEmpty, isNullSafetyTerminator, isShorterThanOrAsLongAs, lag, lag, lag, lastValue, lead, lead, lead, leftPad, leftPad, leftTrim, length, locationOf, locationOf, lowercase, max, min, modeSimple, modeStrict, nextRowValue, nthValue, nullExpression, numberResult, prepend, prepend, previousRowValue, replace, replace, replace, replace, replaceNullWithEmptyString, rightTrim, searchFor, searchFor, searchForRanking, searchForRanking, startsWith, startsWith, stringResult, substring, substring, substring, substring, substring, substring, substring, substring, substring, substring, substringAfter, substringAfter, substringBefore, substringBefore, substringBetween, substringBetween, trim, uppercase
-
-
-
-
Constructor Detail
-
StringMaxExpression
public StringMaxExpression(StringResult stringVariable)
-
-
Method Detail
-
toSQLString
public String toSQLString(DBDefinition defn)
Description copied from interface:HasSQLString
Produces the snippet provided by this class.This is only used internally.
If you are extending DBvolution and adding a new function this is the place to format the information for use in SQL. A DBDefinition instance is provided to supply context and so your SQL can used on multiple database engines.
- Specified by:
toSQLString
in interfaceHasSQLString
- Overrides:
toSQLString
in classStringExpression
- Parameters:
defn
- the target databaseSupport DBvolution at Patreon
- Returns:
- the DBValue formatted as a SQL snippet
-
isAggregator
public boolean isAggregator()
Description copied from interface:DBExpression
Returns TRUE if this expression is an Aggregator like SUM() or LEAST().Subclasses must implement this method returning TRUE if the expression will combine the results of several rows to produce a result. If the expression relies on subexpressions, then the isAggregator method must return TRUE if the subexpressions include an aggregator.
Aggregators collect several rows together to produce a single result. Examples are MAX, MIN, and AVERAGE.
They are only appropriate in the SELECT clause and generally require the GROUP BY clause to be useful.
Aggregators are used with
DBReport
. Aggregator expressions are included in the SELECT clause but excluded from the GROUP BY clause.Support DBvolution at Patreon
- Specified by:
isAggregator
in interfaceDBExpression
- Overrides:
isAggregator
in classAnyExpression<String,StringResult,DBString>
- Returns:
- TRUE if this DBExpression represents an aggregating functions
-
copy
public StringExpression.StringMaxExpression copy()
Description copied from interface:DBExpression
A Complete Copy Of This DBValue.Immutability in DBvolution is maintain by internally copying objects.
This method enables immutability by performing a deep copy of the object.
Singletons may return themselves but all other objects must return a new instance with copies of all mutable fields.
Support DBvolution at Patreon
- Specified by:
copy
in interfaceDBExpression
- Specified by:
copy
in interfaceStringResult
- Overrides:
copy
in classStringExpression
- Returns:
- a copy of this
DBValue
-
over
public WindowFunctionFramable<StringExpression> over()
Description copied from interface:CanBeWindowingFunctionWithFrame
Over creates a window function.Window functions allow access to data in the records right before and after the current record. A window function defines a frame or window of rows with a given length around the current row, and performs a calculation across the set of data in the window. Wikipedia has more information at https://en.wikipedia.org/wiki/SQL_window_function
- Specified by:
over
in interfaceCanBeWindowingFunctionWithFrame<StringExpression>
- Returns:
- a windowing function start point
-
-