|
LibreOffice Module dbaccess (master) 1
|
#include "column.hxx"#include "columnsettings.hxx"#include <com/sun/star/sdbc/DataType.hpp>#include <com/sun/star/sdbc/ColumnValue.hpp>#include <com/sun/star/sdbc/XConnection.hpp>#include <com/sun/star/container/XChild.hpp>#include <comphelper/IdPropArrayHelper.hxx>#include <comphelper/proparrhlp.hxx>#include <comphelper/uno3.hxx>#include <cppuhelper/implbase1.hxx>Go to the source code of this file.
Classes | |
| class | dbaccess::OTableColumnDescriptor |
| provides the properties for description. More... | |
| class | dbaccess::OTableColumn |
| describes a column of a table More... | |
| class | dbaccess::OQueryColumn |
| a column of a Query, with additional information obtained from parsing the query statement More... | |
| class | dbaccess::OColumnWrapper |
| describes all properties for a columns of a table. More... | |
| class | dbaccess::OTableColumnDescriptorWrapper |
| provides the properties for description. More... | |
| class | dbaccess::OTableColumnWrapper |
| describes all properties for a columns of a table. More... | |
Namespaces | |
| namespace | dbaccess |
Typedefs | |
| typedef ::comphelper::OPropertyArrayUsageHelper< OTableColumn > | dbaccess::OTableColumn_PBase |
| typedef ::comphelper::OPropertyArrayUsageHelper< OQueryColumn > | dbaccess::OQueryColumn_PBase |