B | |
buildInfo [MongoAdmin_lwt] | |
C | |
change_collection [Mongo_lwt] |
change instance collection
|
collStats [MongoAdmin_lwt] | |
connPoolStats [MongoAdmin_lwt] | |
count [Mongo_lwt] |
counts the number of documents in a collection
|
create [MongoAdmin_lwt] |
create a MongoAdmin.
|
create [Mongo_lwt] |
create a Mongo.
|
create_local_default [MongoAdmin_lwt] |
create a MongoAdmin connecting to 127.0.0.1, port 27017.
|
create_local_default [Mongo_lwt] |
create a Mongo connecting to 127.0.0.1, port 27017.
|
cursorInfo [MongoAdmin_lwt] | |
D | |
delete_all [Mongo_lwt] |
delete the all documents matched in MongoDB.
|
delete_one [Mongo_lwt] |
delete the first document matched in MongoDB.
|
destory [MongoAdmin_lwt] |
destory a MongoAdmin.
|
destory [Mongo_lwt] |
destory a Mongo.
|
drop_all_index [Mongo_lwt] |
drop all index of a collection
|
drop_collection [Mongo_lwt] |
removes an entire collection from a database
|
drop_database [Mongo_lwt] |
drops a database, deleting the associated data files
|
drop_index [Mongo_lwt] |
drop a index
|
E | |
ensure_index [Mongo_lwt] |
ensure an index
|
ensure_multi_simple_index [Mongo_lwt] |
ensure multi-fields index (helper)
|
ensure_simple_index [Mongo_lwt] |
ensure an index (helper)
|
F | |
find [Mongo_lwt] |
find all / the default number of documents in the db and collection.
|
find_of_num [Mongo_lwt] |
find the desired number of documents in the db and collection.
|
find_one [Mongo_lwt] |
find the first document in the db and collection.
|
find_q [Mongo_lwt] |
find all / the default number of documents in the db and collection matching the bson query.
|
find_q_of_num [Mongo_lwt] |
find the desired number of documents in the db and collection matching the bson query.
|
find_q_one [Mongo_lwt] |
find the first document in the db and collection matching the bson query.
|
find_q_s [Mongo_lwt] |
find all / the default number of documents in the db and collection matching the bson query, each document returned will only contains elements specified in the selector doc.
|
find_q_s_of_num [Mongo_lwt] |
find the desired number of documents in the db and collection matching the bson query, each document returned will only contains elements specified in the selector doc.
|
find_q_s_one [Mongo_lwt] |
find the first documents in the db and collection matching the bson query, each document returned will only contains elements specified in the selector doc.
|
G | |
getCmdLineOpts [MongoAdmin_lwt] | |
get_channel_pool [MongoAdmin_lwt] | |
get_channel_pool [Mongo_lwt] | |
get_collection_name [MongoAdmin_lwt] | |
get_collection_name [Mongo_lwt] | |
get_db_name [MongoAdmin_lwt] | |
get_db_name [Mongo_lwt] | |
get_indexes [Mongo_lwt] |
return a list of all indexes
|
get_ip [MongoAdmin_lwt] | |
get_ip [Mongo_lwt] | |
get_more [Mongo_lwt] |
get all / the default number of documents via a cursor_id.
|
get_more_of_num [Mongo_lwt] |
get the desired number of documents via a cursor_id.
|
get_port [MongoAdmin_lwt] | |
get_port [Mongo_lwt] | |
H | |
hostInfo [MongoAdmin_lwt] | |
I | |
insert [Mongo_lwt] |
insert a list of bson documents into MongoDB.
|
K | |
kill_cursors [Mongo_lwt] |
kill a list of cursors, to save MongoDB resources.
|
L | |
listCommands [MongoAdmin_lwt] | |
listDatabases [MongoAdmin_lwt] | |
S | |
send_no_reply [MongoSend_lwt] |
this function just send a string out via the supplied file_descr.
|
send_with_reply [MongoSend_lwt] |
this function will send the string and wait for a response as a MongoReply
|
serverStatus [MongoAdmin_lwt] | |
U | |
update_all [Mongo_lwt] |
update all documents matched in MongoDB.
|
update_one [Mongo_lwt] |
update the first document matched in MongoDB.
|