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

com.harium.database.DatabaseError Maven / Gradle / Ivy

The newest version!
package com.harium.database;

public class DatabaseError {
    public static final int ON_CREATE = -1;
    public static final int ON_UPDATE = -2;
    public static final int ON_DELETE = -3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy