Searched refs:getDBType (Results 1 – 6 of 6) sorted by relevance
368 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()375 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()380 else if (IsText(getDBType())) in Compare()
794 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()801 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()806 else if (IsText(getDBType())) in Compare()
283 : ONDXKey_BASE(rKey.getDBType()) in ONDXKey()296 m_eDBType = rKey.getDBType(); in operator =()
86 virtual sal_Int32 getDBType() const {return m_eDBType;} in getDBType() function in connectivity::file::OOperand
344 sal_Int32 eDBType = pLeft->getDBType(); in operate()
366 switch(pColumnOp->getDBType()) in execute_BETWEEN()
Completed in 176 milliseconds