Source position: sqldbrestschema.pp line 41
type TRestOperations = set of (
roUnknown,
roGet,
roPost,
roPut,
roDelete,
roOptions,
roHead,
roPatch
);