Uses of Enum Class
tech.ydb.yoj.repository.ydb.yql.YqlOrderBy.SortOrder
Packages that use YqlOrderBy.SortOrder
-
Uses of YqlOrderBy.SortOrder in tech.ydb.yoj.repository.ydb.yql
Methods in tech.ydb.yoj.repository.ydb.yql that return YqlOrderBy.SortOrderModifier and TypeMethodDescriptionstatic YqlOrderBy.SortOrderReturns the enum constant of this class with the specified name.static YqlOrderBy.SortOrder[]YqlOrderBy.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.ydb.yoj.repository.ydb.yql with parameters of type YqlOrderBy.SortOrderModifier and TypeMethodDescriptionYqlOrderBy.Builder.by(String fieldPath, YqlOrderBy.SortOrder order) static YqlOrderByYqlOrderBy.orderBy(String fieldPath, YqlOrderBy.SortOrder order) Orders entities by the specified field in the specified order.