GetCollectionNames

// Returns an Array containing names of all collection
// in the current Database
db.getCollectionNames()
Salo Hopeless