public static class OrderByNullPrecedence.SqlStandardOrderByNullPrecedence extends Object implements OrderByNullPrecedence
OrderByNullPrecedence implementation for databases conforming to the SQL standard which uses
NULLS FIRST and NULLS LAST in ORDER BY sort expressions to make null values appear before
or after non-null values in the result set.OrderByNullPrecedence.SqlStandardOrderByNullPrecedenceNONE, SQL_STANDARD| Constructor and Description |
|---|
SqlStandardOrderByNullPrecedence() |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(Sort.NullHandling nullHandling)
Converts a
Sort.NullHandling option to the appropriate SQL text to be included an ORDER BY sort
expression. |
public String evaluate(Sort.NullHandling nullHandling)
OrderByNullPrecedenceSort.NullHandling option to the appropriate SQL text to be included an ORDER BY sort
expression.evaluate in interface OrderByNullPrecedenceCopyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.