Module: Couchbase::Management::Options::Query

Defined in:
lib/couchbase/management/query_index_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/query_index_manager.rb

Defined Under Namespace

Classes: BuildDeferredIndexes, CreateIndex, CreatePrimaryIndex, DropIndex, DropPrimaryIndex, GetAllIndexes, WatchIndexes

Class Method Summary collapse

Class Method Details

.CreateIndex(**args) ⇒ CreateIndex

Returns:



355
356
357
# File 'lib/couchbase/management/query_index_manager.rb', line 355

def CreateIndex(**args)
  CreateIndex.new(**args)
end

.CreatePrimaryIndex(**args) ⇒ CreatePrimaryIndex

Returns:



362
363
364
# File 'lib/couchbase/management/query_index_manager.rb', line 362

def CreatePrimaryIndex(**args)
  CreatePrimaryIndex.new(**args)
end

.DropIndex(**args) ⇒ DropIndex

Construct DropIndex options for QueryIndexManager#drop_index

Returns:



369
370
371
# File 'lib/couchbase/management/query_index_manager.rb', line 369

def DropIndex(**args)
  DropIndex.new(**args)
end

.DropPrimaryIndex(**args) ⇒ DropPrimaryIndex

Returns:



376
377
378
# File 'lib/couchbase/management/query_index_manager.rb', line 376

def DropPrimaryIndex(**args)
  DropPrimaryIndex.new(**args)
end

.GetAllIndexes(**args) ⇒ GetAllIndexes

Returns:



348
349
350
# File 'lib/couchbase/management/query_index_manager.rb', line 348

def GetAllIndexes(**args)
  GetAllIndexes.new(**args)
end