Home
last modified time | relevance | path

Searched refs:OOperand (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx50 TYPEINIT1(OOperand, OCode);
51 TYPEINIT1(OOperandRow, OOperand);
54 TYPEINIT1(OOperandValue, OOperand);
87 OEvaluateSet* OOperand::preProcess(OBoolOperator* /*pOp*/, OOperand* /*pRight*/) in preProcess() argument
93 : OOperand(_rType) in OOperandRow()
217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const in operate() argument
228 OOperand *pRight = rCodeStack.top(); in Exec()
230 OOperand *pLeft = rCodeStack.top(); in Exec()
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate()
249 OOperand* pOperand = rCodeStack.top(); in Exec()
[all …]
H A Dfcomp.cxx151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) in execute()
153 OOperand* pOperand = NULL; in execute()
237 OOperand* OPredicateCompiler::execute_COMPARE(OSQLParseNode* pPredicateNode) throw(SQLException, R… in execute_COMPARE()
285 OOperand* OPredicateCompiler::execute_LIKE(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_LIKE()
335 OOperand* OPredicateCompiler::execute_BETWEEN(OSQLParseNode* pPredicateNode) throw(SQLException, Ru… in execute_BETWEEN()
354 OOperand* pColumnOp = execute(pColumn); in execute_BETWEEN()
355 OOperand* pOb1 = execute(p1stValue); in execute_BETWEEN()
360 OOperand* pOb2 = execute(p2ndtValue); in execute_BETWEEN()
415 OOperand* OPredicateCompiler::execute_ISNULL(OSQLParseNode* pPredicateNode) throw(SQLException, Run… in execute_ISNULL()
435 OOperand* OPredicateCompiler::execute_Operand(OSQLParseNode* pPredicateNode) throw(SQLException, Ru… in execute_Operand()
[all …]
H A Dfanalyzer.cxx148 if (PTR_CAST(OOperand,pCode1)) in bindRow()
149 … pEvaluateSet = pAttr->preProcess(PTR_CAST(OBoolOperator,pCode2), PTR_CAST(OOperand,pCode1)); in bindRow()
237 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in describeParam()
261 OOperand* pOperand = aCodeStack.top(); in describeParam()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx46 class OOperand;
47 typedef ::std::stack<OOperand*> OCodeStack;
74 class OOO_DLLPUBLIC_FILE OOperand : public OCode class
79 OOperand(const sal_Int32& _rType) : m_eDBType(_rType){} in OOperand() function in connectivity::file::OOperand
80 OOperand() : m_eDBType(::com::sun::star::sdbc::DataType::OTHER){} in OOperand() function in connectivity::file::OOperand
87 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
93 class OOO_DLLPUBLIC_FILE OOperandRow : public OOperand
120 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
135 class OOperandValue : public OOperand
143 : OOperand(eDbType) in OOperandValue()
[all …]
H A Dfcomp.hxx38 class OOperand;
69 OOperand* execute(connectivity::OSQLParseNode* pPredicateNode);
78OOperand* execute_COMPARE(connectivity::OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sd…
79OOperand* execute_LIKE(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc::…
80OOperand* execute_BETWEEN(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb…
81OOperand* execute_ISNULL(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc…
82OOperand* execute_Operand(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb…
83OOperand* execute_Fold(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLException,…
84OOperand* executeFunction(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLExcepti…
/trunk/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx42 const file::OOperand* m_pOperand;
56 const file::OOperand& rKey);
64 const file::OOperand* pOper) in OIndexIterator()
H A DDCode.hxx58 … virtual file::OEvaluateSet* preProcess(file::OBoolOperator* pOp, file::OOperand* pRight = 0);
H A DDIndex.hxx43 typedef file::OOperand OOperand_BASE;
H A Ddindexnode.hxx45 typedef file::OOperand ONDXKey_BASE;
/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx97 OEvaluateSet* OFILEOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) in preProcess()
H A DDIndexIter.cxx98 ONDXKey* OIndexIterator::GetFirstKey(ONDXPage* pPage, const OOperand& rKey) in GetFirstKey()
H A DDIndex.cxx178 const OOperand* pOperand) in createIterator()