INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Combination of the following OR-ing constants uses only", "as %'mode%' parameter in IStorage.commit and IStream.commit", "method to controls how the object is to be committed to", "IStorage. For more information, see the following comments."
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class EOLE_STGC
feature --
-- Commit modes
--

EOLE_STGC_DEFAULT: BIT 32

EOLE_STGC_OVERWRITE: BIT 32

EOLE_STGC_ONLYIFCURRENT: BIT 32

EOLE_STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE: BIT 32
end -- class EOLE_STGC

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES