crossJoin

abstract fun crossJoin(table: KQLiteTable): JoinStatement<T>

Adds a CROSS JOIN clause to the SELECT statement


abstract fun crossJoin(selectStatement: SelectStatement<*>): JoinStatement<T>