Back to project page sloop.
The source code is released under:
NON-LICENSE The Sloop data-browser source code is hereby released into the Public Domain. The original author, David Megginson, Megginson Technologies Ltd., and Acclar Open Ltd. provide no warranty:...
If you think the Android project sloop listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * Sloop data model interfaces and classes. * //from www .ja v a2s . c o m * The {@link DataCollection} interface represents a collection of entities, * equivalent to a database table or CSV file. The {@link DataRecordImpl} interface * represents a single entity in that collection (equivalent to a database row), and the * {@link DataEntryImpl} represents a single field within the entity. * * @author David Megginson */ package com.megginson.sloop.model;