selectStatement
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 Query.
Deprecated
Use the API in `org.jetbrains.exposed.v1.jdbc` directly.
Replace with
import org.jetbrains.exposed.v1.jdbc.select
Content copied to clipboard
select(columns)Content copied to clipboard
You can also just use select.
Deprecated
Use the API in `org.jetbrains.exposed.v1.jdbc` directly.
Replace with
import org.jetbrains.exposed.v1.jdbc.select
Content copied to clipboard
select(column, *columns)Content copied to clipboard
You can also just use select.