
com.memtrip.sqlking.common.Column Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
SQLKing is an Android SQLite ORM powered an annotation preprocessor, tables are defined
by Model classes and CRUD classes expose an expressive api for SQLite executing queries.
The newest version!
package com.memtrip.sqlking.common;
public @interface Column {
boolean index() default false;
String foreign_key() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy