Searched refs:OOperandConst (Results 1 – 3 of 3) sorted by relevance
55 TYPEINIT1(OOperandConst, OOperandValue);171 OOperandConst::OOperandConst(const OSQLParseNode& rColumnRef, const rtl::OUString& aStrValue) in OOperandConst() function in OOperandConst
496 pOperand = new OOperandConst(*pPredicateNode, pPredicateNode->getTokenValue()); in execute_Operand()504 pOperand = new OOperandConst(*pPredicateNode->getChild(1), aValue); in execute_Operand()518 pOperand = new OOperandConst(*pODBCNode->getChild(1), sDateTime); in execute_Operand()
157 class OOperandConst : public OOperandValue class160 OOperandConst(const connectivity::OSQLParseNode& rColumnRef, const rtl::OUString& aStrValue);
Completed in 30 milliseconds