Returns the common default namespace of all documents of the database. @return namespace, or null if there is no common namespace
()
| 267 | * @return namespace, or {@code null} if there is no common namespace |
| 268 | */ |
| 269 | public byte[] defaultNs() { |
| 270 | return nspaces.defaultNs(meta.ndocs); |
| 271 | } |
| 272 | |
| 273 | // RETRIEVING VALUES ============================================================================ |
| 274 |
no outgoing calls