EQL5/helper/my-class-lists/sql/n-names.lisp
2016-11-25 23:30:38 +01:00

13 lines
301 B
Common Lisp

;;; To avoid creation of instances, prepend "//" to the object name
;;; "//QPaintDevice"
(defparameter *sql-n-names*
(list "QSqlDatabase"
"QSqlError"
"QSqlField"
"QSqlIndex"
"QSqlQuery"
"QSqlRecord"
"QSqlRelation"
"QSqlResult"
))