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

com.memtrip.sqlking.common.Column Maven / Gradle / Ivy

Go to download

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