and
abstract infix override fun <W : Any> and(column: Column<*, W>): ReactorSqlClientSelect.Select
Content copied to clipboard
abstract infix override fun <W : Any> and(table: Table<W>): ReactorSqlClientSelect.Select
Content copied to clipboard
abstract infix override fun <T : Any> and(dsl: SqlClientSubQuery.Scope.() -> SqlClientSubQuery.Return<T>): ReactorSqlClientSelect.Select
Content copied to clipboard