Table of Contents

Enum BuildSqlFlags

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Flags indicating the behavior of Sql statement generators

[Flags]
public enum BuildSqlFlags
Extension Methods

Fields

CreateLookUpTables = 8

When is set indicates that look up DataTables must created too, along with Sql generation

GuidOids = 2

When is set indicates that the OID is a Guid string.

IncludeBlobFields = 4

When is set indicates that blob fields must included into the SELECT of the List (browser) part.

None = 0

Container flag

OidModeIsBefore = 1

When is set indicates that the OIDs must be created before an INSERT statement execution.

This is the case with an Oracle sequencer or Firebird generator or when the OID is a Guid or anyother string.