selectStatement
You can also just use select.
Deprecated
As part of Exposed SELECT DSL design changes, this will be removed in future releases.
Replace with
selectAllStatement().where(where)
Content copied to clipboard
Adapted from org.jetbrains.exposed.sql.select.