
com.harium.database.DatabaseError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core classes of Harium Database
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