Crear Indice Primario
Crear indice Primario solo para Couchbase
Documentación Oficial Couchbase
https://developer.couchbase.com/documentation/server/4.5/indexes/n1ql-in-couchbase.html
Descripción:
Crea una indice primario.
Nota:
Sintaxis:
Método
Base de datos NoSQL
public Boolean createPrimaryIndex()
Couchbase
Ejemplo Couchbase:
if( planetasFacade.createPrimaryIndex()){
// se creo el indice.
}
Last updated
Was this helpful?