home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Struct CDaoIndexInfo

   in AFXDAO.H

struct CDaoIndexInfo


Field Summary
 BOOL m_bCleanupFieldInfo
          
 BOOL m_bClustered
          
 BOOL m_bForeign
          
 BOOL m_bIgnoreNulls
          
 BOOL m_bPrimary
          
 BOOL m_bRequired
          
 BOOL m_bUnique
          
 long m_lDistinctCount
          
 short m_nFields
          
 CDaoIndexFieldInfo* m_pFieldInfos
          
 CString m_strName
          
 
Constructor Summary
CDaoIndexInfo()
          
virtual ~CDaoIndexInfo()
          
 

Field Detail

m_bCleanupFieldInfo

public BOOL m_bCleanupFieldInfo;

m_bClustered

public BOOL m_bClustered;

m_bForeign

public BOOL m_bForeign;

m_bIgnoreNulls

public BOOL m_bIgnoreNulls;

m_bPrimary

public BOOL m_bPrimary;

m_bRequired

public BOOL m_bRequired;

m_bUnique

public BOOL m_bUnique;

m_lDistinctCount

public long m_lDistinctCount;

m_nFields

public short m_nFields;

m_pFieldInfos

public CDaoIndexFieldInfo* m_pFieldInfos;

m_strName

public CString m_strName;


Constructor Detail

CDaoIndexInfo

public CDaoIndexInfo();

~CDaoIndexInfo

public virtual ~CDaoIndexInfo();

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD