LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaui::OTableFieldInfo Class Reference

#include <TableFieldInfo.hxx>

Public Member Functions

 OTableFieldInfo ()
 
ETableFieldType GetKeyType () const
 
void SetKey (ETableFieldType bKey)
 
sal_Int32 GetDataType () const
 
void SetDataType (sal_Int32 eTyp)
 

Private Attributes

ETableFieldType m_eFieldType
 
sal_Int32 m_eDataType
 

Detailed Description

Definition at line 26 of file TableFieldInfo.hxx.

Constructor & Destructor Documentation

◆ OTableFieldInfo()

OTableFieldInfo::OTableFieldInfo ( )

Definition at line 24 of file TableFieldInfo.cxx.

Member Function Documentation

◆ GetDataType()

sal_Int32 dbaui::OTableFieldInfo::GetDataType ( ) const
inline

◆ GetKeyType()

ETableFieldType dbaui::OTableFieldInfo::GetKeyType ( ) const
inline

Definition at line 35 of file TableFieldInfo.hxx.

References m_eFieldType.

Referenced by dbaui::OSelectionBrowseBox::InsertField().

◆ SetDataType()

void dbaui::OTableFieldInfo::SetDataType ( sal_Int32  eTyp)
inline

Definition at line 38 of file TableFieldInfo.hxx.

References m_eDataType.

Referenced by dbaui::OQueryTableWindow::createUserData().

◆ SetKey()

void dbaui::OTableFieldInfo::SetKey ( ETableFieldType  bKey)
inline

Definition at line 36 of file TableFieldInfo.hxx.

References m_eFieldType.

Referenced by dbaui::OQueryTableWindow::createUserData().

Member Data Documentation

◆ m_eDataType

sal_Int32 dbaui::OTableFieldInfo::m_eDataType
private

Definition at line 30 of file TableFieldInfo.hxx.

Referenced by GetDataType(), and SetDataType().

◆ m_eFieldType

ETableFieldType dbaui::OTableFieldInfo::m_eFieldType
private

Definition at line 29 of file TableFieldInfo.hxx.

Referenced by GetKeyType(), and SetKey().


The documentation for this class was generated from the following files: