[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: db.pas line 1284
type TPSCommandType = ( |
ctUnknown, |
ctQuery, |
ctTable, |
ctStoredProc, |
ctSelect, |
ctInsert, |
ctUpdate, |
ctDelete, |
ctDDL |
); |
lazarus-ccr.sourceforge.net |