printDDL() - Print the DDL
Prints the default DDL of a collection.
Example
Print the DDL for a collection:
db.collection.printDDL() Sample
output is as follows:CREATE TABLE furniture (CLOB(16M) NOT NULL,DATA BLOB(16M)
INLINE LENGTH 3000,PRIMARY KEY(ID))