Home
last modified time | relevance | path

Searched refs:ORowSetValueDecoratorRef (Results 1 – 9 of 9) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx646 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 …]
H A DRowFunctionParser.cxx63 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()
/trunk/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx71 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 …]
H A DTKeyValue.hxx34 ::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()
H A DRowFunctionParser.hxx42 ORowSetValueDecoratorRef nPara[ 3 ];
72 …virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const = …
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx392 typedef ::vos::ORef<ORowSetValueDecorator> ORowSetValueDecoratorRef; typedef
406 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()
/trunk/main/connectivity/source/inc/file/
H A Dfcomp.hxx99 void evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal);
106 inline void startSelection(ORowSetValueDecoratorRef& _rVal) in startSelection()
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx590 void OPredicateInterpreter::evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal) in evaluateSelection()
H A DFResultSet.cxx1837 ORowSetValueDecoratorRef& rValue = (*aIter); in clearInsertRow()