Back to project page androidata.
The source code is released under:
Apache License
If you think the Android project androidata listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.stanidesis.androidata.column; /** * Created by Stanley Idesis on 8/23/14. */ public class RowIDColumn extends IntegerColumn { public RowIDColumn() { super("id", null, true, true); } }