Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 436 Bytes

qe_advanced.md

File metadata and controls

21 lines (14 loc) · 436 Bytes

QLExpress Advanced

Type keyword qe to enter qlexpress focused mode.

clear action histories

top.myrest.myflow.db.MyDb.INSTANCE.removeAllData("top.myrest.myflow.action.my.ActionHistoryDoc");

clear clipboards

top.myrest.myflow.db.MyDb.INSTANCE.removeAllData("top.myrest.myflow.clipboard.ClipboardDoc");

clear database all data

top.myrest.myflow.db.MyDb.INSTANCE.clearAllData();