← Back to Stormify Documentation

queryFormatter

fun queryFormatter(columns: String, distinct: String, tableName: String, constraints: String, sorting: String, lowBound: Int, upperBound: Int): String

Builds a paginated SELECT — required wrapper: Kotlin won't auto-bind the extension receiver when queryFormatterImpl is invoked as a member property.