21#include <rtl/ustring.hxx>
22#include <com/sun/star/sdbc/DataType.hpp>
23#include <com/sun/star/sdbc/ColumnSearch.hpp>
90 ,nSearchType(css::sdbc::ColumnSearch::
FULL)
113 const OUString& _sTypeName,
114 const OUString& _sCreateParams,
115 sal_Int32 _nPrecision,
117 bool _bAutoIncrement,
118 bool& _brForceToType);
const OUString & getDBName() const
const sal_uInt16 TYPE_IMAGE
const sal_uInt16 TYPE_NUMERIC
const sal_uInt16 TYPE_REAL
const sal_uInt16 TYPE_OTHER
const sal_uInt16 TYPE_CURRENCY
const sal_uInt16 TYPE_TINYINT
const sal_uInt16 TYPE_DATE
const sal_uInt16 TYPE_SQLNULL
const sal_uInt16 TYPE_STRUCT
const sal_uInt16 TYPE_SMALLINT
const sal_uInt16 TYPE_CHAR
std::multimap< sal_Int32, TOTypeInfoSP > OTypeInfoMap
TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap &_rTypeInfo, sal_Int32 _nType, const OUString &_sTypeName, const OUString &_sCreateParams, sal_Int32 _nPrecision, sal_Int32 _nScale, bool _bAutoIncrement, bool &_brForceToType)
return the most suitable typeinfo for a requested type
const sal_uInt16 TYPE_TEXT
const sal_uInt16 TYPE_DECIMAL
std::shared_ptr< OTypeInfo > TOTypeInfoSP
const sal_uInt16 TYPE_DATETIME
const sal_uInt16 TYPE_OBJECT
const sal_uInt16 TYPE_MEMO
const sal_uInt16 TYPE_COUNTER
const sal_uInt16 TYPE_CLOB
const sal_uInt16 TYPE_DISTINCT
const sal_uInt16 TYPE_BIT
const sal_uInt16 TYPE_TIME
const sal_uInt16 TYPE_BINARY
const sal_uInt16 TYPE_UNKNOWN
const sal_uInt16 TYPE_INTEGER
const sal_uInt16 TYPE_VARBINARY
const sal_uInt16 TYPE_ARRAY
const sal_uInt16 TYPE_FLOAT
const sal_uInt16 TYPE_BLOB
const sal_uInt16 TYPE_BOOL
const sal_uInt16 TYPE_REF
const sal_uInt16 TYPE_DOUBLE
const sal_uInt16 TYPE_BIGINT