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

ru.curs.celesta.dbutils.adaptors.constants.OpenSourceConstants Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.dbutils.adaptors.constants;

/**
 * Constants holder for open source DBs (PostgreSql, H2).
 */
@SuppressWarnings("JavadocVariable")
public final class OpenSourceConstants {

    public static final String NOW = "now()";
    public static final String CONJUGATE_INDEX_POSTFIX = "__vpo";

    private OpenSourceConstants() {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy