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

Defined in:
lib/couchbase/management/query_index_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/query_index_manager.rb
more...

Defined Under Namespace

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

Class Method Summary collapse

Class Method Details

.CreateIndex(**args) ⇒ CreateIndex

Returns:

[View source]

299
300
301
# File 'lib/couchbase/management/query_index_manager.rb', line 299

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

.CreatePrimaryIndex(**args) ⇒ CreatePrimaryIndex

Returns:

[View source]

306
307
308
# File 'lib/couchbase/management/query_index_manager.rb', line 306

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

.DropIndex(**args) ⇒ DropIndex

Construct DropIndex options for QueryIndexManager#drop_index

Returns:

[View source]

313
314
315
# File 'lib/couchbase/management/query_index_manager.rb', line 313

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

.DropPrimaryIndex(**args) ⇒ DropPrimaryIndex

Returns:

[View source]

320
321
322
# File 'lib/couchbase/management/query_index_manager.rb', line 320

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

.GetAllIndexes(**args) ⇒ GetAllIndexes

Returns:

[View source]

292
293
294
# File 'lib/couchbase/management/query_index_manager.rb', line 292

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