net.quasardb.qdb.jni.qdb_err_severity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jni Show documentation
Show all versions of jni Show documentation
API for the JNI components of the QuasarDB API for Java. Should not be included directly.
package net.quasardb.qdb.jni;
public final class qdb_err_severity {
public static final int unrecoverable = 0x03000000;
public static final int error = 0x02000000;
public static final int warning = 0x01000000;
public static final int info = 0x00000000;
}