|
LibreOffice Module dbaccess (master) 1
|
#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 |
Definition at line 26 of file TableFieldInfo.hxx.
| OTableFieldInfo::OTableFieldInfo | ( | ) |
Definition at line 24 of file TableFieldInfo.cxx.
|
inline |
Definition at line 37 of file TableFieldInfo.hxx.
References m_eDataType.
Referenced by dbaui::OQueryTableWindow::ExistsField(), dbaui::OSelectionBrowseBox::InsertField(), and dbaui::OQueryTableWindow::OnEntryDoubleClicked().
|
inline |
Definition at line 35 of file TableFieldInfo.hxx.
References m_eFieldType.
Referenced by dbaui::OSelectionBrowseBox::InsertField().
|
inline |
Definition at line 38 of file TableFieldInfo.hxx.
References m_eDataType.
Referenced by dbaui::OQueryTableWindow::createUserData().
|
inline |
Definition at line 36 of file TableFieldInfo.hxx.
References m_eFieldType.
Referenced by dbaui::OQueryTableWindow::createUserData().
|
private |
Definition at line 30 of file TableFieldInfo.hxx.
Referenced by GetDataType(), and SetDataType().
|
private |
Definition at line 29 of file TableFieldInfo.hxx.
Referenced by GetKeyType(), and SetKey().