Skip to content
# Function: renderSafeOrderBy()

renderSafeOrderBy(profile, input): string

Defined in: packages/driver-adapter-core/src/index.ts:154

Render an ORDER BY clause from a reviewed safe sort profile and validated sort input.

Parameters

profile

AshibaSortProfile

input

readonly AshibaSortInput[]

Returns

string

Released under the MIT License.