Searched refs:ORowSetValueDecoratorRef (Results 1 – 9 of 9) sorted by relevance
646 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getEmptyValue() in getEmptyValue()648 static ORowSetValueDecoratorRef aEmptyValueRef = new ORowSetValueDecorator(); in getEmptyValue()653 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::get0Value() in get0Value()655 static ORowSetValueDecoratorRef a0ValueRef = new ORowSetValueDecorator((sal_Int32)0); in get0Value()660 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::get1Value() in get1Value()662 static ORowSetValueDecoratorRef a1ValueRef = new ORowSetValueDecorator((sal_Int32)1); in get1Value()667 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getBasicValue() in getBasicValue()669 static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(ColumnSearch::BASIC); in getBasicValue()673 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getSelectValue() in getSelectValue()675 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getSelectValue()[all …]
63 ORowSetValueDecoratorRef maValue;67 ConstantValueExpression( ORowSetValueDecoratorRef rValue ) : in ConstantValueExpression()71 …virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& /*_aRow*/ ) const in evaluate()107 virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const in evaluate()109 ORowSetValueDecoratorRef aRet; in evaluate()266 virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const in evaluate()
71 DECLARE_STL_VECTOR(ORowSetValueDecoratorRef,ORow);246 static ORowSetValueDecoratorRef getEmptyValue();248 static ORowSetValueDecoratorRef get0Value();250 static ORowSetValueDecoratorRef get1Value();252 static ORowSetValueDecoratorRef getBasicValue();254 static ORowSetValueDecoratorRef getSelectValue();256 static ORowSetValueDecoratorRef getInsertValue();258 static ORowSetValueDecoratorRef getDeleteValue();260 static ORowSetValueDecoratorRef getUpdateValue();262 static ORowSetValueDecoratorRef getCreateValue();[all …]
34 ::std::vector<ORowSetValueDecoratorRef> m_aKeys;56 inline void pushKey(const ORowSetValueDecoratorRef& _aValueRef) in pushKey()62 ::rtl::OUString getKeyString(::std::vector<ORowSetValueDecoratorRef>::size_type i) const in getKeyString()67 double getKeyDouble(::std::vector<ORowSetValueDecoratorRef>::size_type i) const in getKeyDouble()
42 ORowSetValueDecoratorRef nPara[ 3 ];72 …virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const = …
392 typedef ::vos::ORef<ORowSetValueDecorator> ORowSetValueDecoratorRef; typedef406 struct OOO_DLLPUBLIC_DBTOOLS TSetRefBound : ::std::unary_function<ORowSetValueDecoratorRef,void>410 void operator()(ORowSetValueDecoratorRef& _rValue) const { _rValue->setBound(m_bBound); } in operator ()()430 class OOO_DLLPUBLIC_DBTOOLS OValueRefVector : public ODeleteVector< ORowSetValueDecoratorRef >434 OValueRefVector(size_t _st) : ODeleteVector< ORowSetValueDecoratorRef >(_st) in OValueRefVector()
99 void evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal);106 inline void startSelection(ORowSetValueDecoratorRef& _rVal) in startSelection()
590 void OPredicateInterpreter::evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal) in evaluateSelection()
1837 ORowSetValueDecoratorRef& rValue = (*aIter); in clearInsertRow()