Searched refs:m_eDBType (Results 1 – 4 of 4) sorted by relevance
77 sal_Int32 m_eDBType; member in connectivity::file::OOperand79 OOperand(const sal_Int32& _rType) : m_eDBType(_rType){} in OOperand()80 OOperand() : m_eDBType(::com::sun::star::sdbc::DataType::OTHER){} in OOperand()86 virtual sal_Int32 getDBType() const {return m_eDBType;} in getDBType()
178 m_eDBType = DataType::VARCHAR; in OOperandConst()185 m_eDBType = DataType::DOUBLE; in OOperandConst()196 m_eDBType = DataType::BIT; in OOperandConst()201 m_eDBType = DataType::BIT; in OOperandConst()
269 …m_eDBType = ::comphelper::getINT32(rColumn->getPropertyValue(OMetaConnection::getPropMap().getName… in describe()
296 m_eDBType = rKey.getDBType(); in operator =()
Completed in 33 milliseconds