SqlBuilder.selectOrderBy

Adds a new ORDER BY expression to a SELECT statement.

class SqlBuilder
void
selectOrderBy

Parameters

exprId gda.types.SqlBuilderId

the ID of the expression to use during sorting (not 0)

asc bool

true for an ascending sorting

collationName string

name of the collation to use when sorting, or null