LibreOffice Module connectivity (master) 1
|
#include <connectivity/TKeys.hxx>
#include <TKey.hxx>
#include <connectivity/TTableHelper.hxx>
#include <com/sun/star/sdb/tools/XKeyAlteration.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbc/KeyRule.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <connectivity/dbtools.hxx>
#include <comphelper/types.hxx>
#include <TConnection.hxx>
Go to the source code of this file.
Namespaces | |
namespace | connectivity |
Functions | |
static OUString | connectivity::getKeyRuleString (bool _bUpdate, sal_Int32 _nKeyRule) |
returns the keyrule string for the primary key More... | |