MethodsClearOn this pageClearClear MethodTable Of Clear MethodParametersExample UsageReturned DataParameterstable (the table name to clear)clear(table)Example Usageawait db.clear("table_name");// -> clears all 'table_name' table rows & dataReturned DataReturns true if the table has been cleared successfullytrue