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

org.jooq.CollectCreateIndexStep Maven / Gradle / Ivy

Go to download

This module is used by Collect Desktop, Collect Mobile and Collect Earth. It manages the storage and update of surveys and records.

There is a newer version: 4.0.97
Show newest version
package org.jooq;

/**
 * 
 * @author S. Ricci
 *
 */
public interface CollectCreateIndexStep extends CreateIndexStep {

	CreateIndexStep unique();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy