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