all

inline fun <E : Any, T : BaseTable<E>> T.all(predicate: (T) -> ColumnDeclaring<Boolean>): Boolean(source)

Deprecated

ktorm-global will be removed in the future, please migrate to the standard API.

Check if all the records in the table matches the given predicate.