Advertisement
Guest User

Untitled

a guest
Jan 29th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. Query {
  2. _mongooseOptions: {},
  3. mongooseCollection:
  4. NativeCollection {
  5. collection: null,
  6. opts:
  7. { bufferCommands: true,
  8. capped: false,
  9. '$wasForceClosed': undefined },
  10. name: 'submenus',
  11. collectionName: 'submenus',
  12. conn:
  13. NativeConnection {
  14. base: [Mongoose],
  15. collections: [Object],
  16. models: [Object],
  17. config: [Object],
  18. replica: false,
  19. hosts: null,
  20. host: 'localhost',
  21. port: 27017,
  22. user: null,
  23. pass: null,
  24. name: 'bd-citrosol',
  25. options: null,
  26. otherDbs: [],
  27. states: [Object],
  28. _readyState: 2,
  29. _closeCalled: false,
  30. _hasOpened: false,
  31. _listening: false,
  32. _connectionOptions: {},
  33. then: [Function],
  34. catch: [Function] },
  35. queue: [],
  36. buffer: true,
  37. emitter:
  38. EventEmitter { _events: {}, _eventsCount: 0, _maxListeners: undefined } },
  39. model:
  40. { [Function: model]
  41. hooks: Kareem { _pres: {}, _posts: {} },
  42. base:
  43. Mongoose {
  44. connections: [Array],
  45. models: [Object],
  46. modelSchemas: [Object],
  47. options: [Object],
  48. plugins: [Array] },
  49. modelName: 'submenu',
  50. model: [Function: model],
  51. db:
  52. NativeConnection {
  53. base: [Mongoose],
  54. collections: [Object],
  55. models: [Object],
  56. config: [Object],
  57. replica: false,
  58. hosts: null,
  59. host: 'localhost',
  60. port: 27017,
  61. user: null,
  62. pass: null,
  63. name: 'bd-citrosol',
  64. options: null,
  65. otherDbs: [],
  66. states: [Object],
  67. _readyState: 2,
  68. _closeCalled: false,
  69. _hasOpened: false,
  70. _listening: false,
  71. _connectionOptions: {},
  72. then: [Function],
  73. catch: [Function] },
  74. discriminators: undefined,
  75. '$appliedMethods': true,
  76. '$appliedHooks': true,
  77. _events: { init: [Function], save: [Function] },
  78. _eventsCount: 2,
  79. schema:
  80. Schema {
  81. obj: [Object],
  82. paths: [Object],
  83. aliases: {},
  84. subpaths: {},
  85. virtuals: [Object],
  86. singleNestedPaths: {},
  87. nested: {},
  88. inherits: {},
  89. callQueue: [Array],
  90. _indexes: [],
  91. methods: {},
  92. statics: {},
  93. tree: [Object],
  94. query: {},
  95. childSchemas: [],
  96. plugins: [Array],
  97. s: [Object],
  98. _userProvidedOptions: undefined,
  99. options: [Object],
  100. '$globalPluginsApplied': true },
  101. collection:
  102. NativeCollection {
  103. collection: null,
  104. opts: [Object],
  105. name: 'submenus',
  106. collectionName: 'submenus',
  107. conn: [NativeConnection],
  108. queue: [],
  109. buffer: true,
  110. emitter: [EventEmitter] },
  111. Query: { [Function] base: [Query] },
  112. '$__insertMany': [Function],
  113. insertMany: [Function],
  114. '$init':
  115. Promise { emitter: [EventEmitter], emitted: {}, ended: false } },
  116. schema:
  117. Schema {
  118. obj: { nombre: [Function: String], enlace: [Function: String] },
  119. paths:
  120. { nombre: [SchemaString],
  121. enlace: [SchemaString],
  122. _id: [ObjectId],
  123. __v: [SchemaNumber] },
  124. aliases: {},
  125. subpaths: {},
  126. virtuals: { id: [VirtualType] },
  127. singleNestedPaths: {},
  128. nested: {},
  129. inherits: {},
  130. callQueue: [ [Array], [Array], [Array], [Array], [Array], [Array] ],
  131. _indexes: [],
  132. methods: {},
  133. statics: {},
  134. tree:
  135. { nombre: [Function: String],
  136. enlace: [Function: String],
  137. _id: [Object],
  138. __v: [Function: Number],
  139. id: [VirtualType] },
  140. query: {},
  141. childSchemas: [],
  142. plugins: [ [Object], [Object], [Object], [Object] ],
  143. s: { hooks: [Kareem], kareemHooks: [Object] },
  144. _userProvidedOptions: undefined,
  145. options:
  146. { retainKeyOrder: false,
  147. typeKey: 'type',
  148. id: true,
  149. noVirtualId: false,
  150. _id: true,
  151. noId: false,
  152. validateBeforeSave: true,
  153. read: null,
  154. shardKey: null,
  155. autoIndex: null,
  156. minimize: true,
  157. discriminatorKey: '__t',
  158. versionKey: '__v',
  159. capped: false,
  160. bufferCommands: true,
  161. strict: true,
  162. pluralization: true },
  163. '$globalPluginsApplied': true },
  164. op: 'find',
  165. options: { retainKeyOrder: false },
  166. _conditions: {},
  167. _fields: undefined,
  168. _update: undefined,
  169. _path: undefined,
  170. _distinct: undefined,
  171. _collection:
  172. NodeCollection {
  173. collection:
  174. NativeCollection {
  175. collection: null,
  176. opts: [Object],
  177. name: 'submenus',
  178. collectionName: 'submenus',
  179. conn: [NativeConnection],
  180. queue: [],
  181. buffer: true,
  182. emitter: [EventEmitter] },
  183. collectionName: 'submenus' },
  184. _traceFunction: undefined,
  185. _count: [Function],
  186. _execUpdate: [Function],
  187. _find: [Function],
  188. _findOne: [Function],
  189. _findOneAndRemove: [Function],
  190. _findOneAndUpdate: [Function],
  191. _replaceOne: [Function],
  192. _updateMany: [Function],
  193. _updateOne: [Function] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement