org.jooq.CollectCreateIndexStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of collect-core Show documentation
Show all versions of collect-core Show documentation
This module is used by Collect Desktop, Collect Mobile and Collect Earth. It manages the storage and update of surveys and records.
package org.jooq;
/**
*
* @author S. Ricci
*
*/
public interface CollectCreateIndexStep extends CreateIndexStep {
CreateIndexStep unique();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy