Windows7Grbits members
Include protected members
Include inherited members
Grbits that have been added to the Windows 7 version of ESENT.
The Windows7Grbits type exposes the following members.
Fields
Name | Description | |
---|---|---|
Backward | Hint that the sequential traversal will be in the backward direction. | |
ColumnCompressed | Compress data in the column, if possible. | |
Compressed | Try to compress the data when storing it. | |
Dirty | Terminate without flushing the database cache. | |
EnableAttachDbBackgroundMaintenance | The database engine will initiate automatic background database maintenance upon database attachment. | |
EnableCreateDbBackgroundMaintenance | The database engine will initiate automatic background database maintenance upon database creation. | |
EnumerateInRecordOnly | When enumerating column values only retrieve data that is present in the record. This means that BLOB columns will not always be retrieved. | |
ExplicitPrepare | No instances will be prepared by default. Instances must be added explicitly. | |
ForceNewLog | Force a new logfile to be created. This option may be used even if the session is not currently in a transaction. This option cannot be used in combination with any other option. | |
Forward | Hint that the sequential traversal will be in the forward direction. | |
IntrinsicLVsOnly | Permit only intrinsic LV's (so materialisation is not required simply because a TT has an LV column). | |
ReplayIgnoreLostLogs | Recover without error even if uncommitted logs have been lost. Set the recovery waypoint with Windows7Param.WaypointLatency to enable this type of recovery. | |
Uncompressed | Don't compress the data when storing it. |
Top