Source position: db.pas line 1284
type TPSCommandType = (
ctUnknown,
ctQuery,
ctTable,
ctStoredProc,
ctSelect,
ctInsert,
ctUpdate,
ctDelete,
ctDDL
);