fullJoin

abstract fun fullJoin(table: KQLiteTable): JoinStatement<T>
abstract fun fullJoin(selectStatement: SelectStatement<*>): JoinStatement<T>