selectStatementTableAware

fun <T : FieldSet> T.selectStatementTableAware(where: TableAwareBuildWhere<T>): Query(source)

Deprecated

As part of Exposed SELECT DSL design changes, this will be removed in future releases.

Replace with

selectAllStatement().where(where)