All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.ydb.jooq.YdbKeywords Maven / Gradle / Ivy

The newest version!
package tech.ydb.jooq;

import org.jooq.Keyword;

import static org.jooq.impl.DSL.keyword;

public final class YdbKeywords {
    private YdbKeywords() {
        throw new UnsupportedOperationException();
    }

    public static final Keyword K_UPSERT = keyword("upsert");
    public static final Keyword K_REPLACE = keyword("replace");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy