Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx142 OOperandValue(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandValue() argument
143 : OOperand(eDbType) in OOperandValue()
147 OOperandValue(sal_Int32 eDbType) :OOperand(eDbType){} in OOperandValue() argument
170 OOperandResult(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandResult() argument
171 :OOperandValue(_rVar, eDbType) {} in OOperandResult()
172 OOperandResult(sal_Int32 eDbType) in OOperandResult() argument
173 :OOperandValue(eDbType) {} in OOperandResult()

Completed in 9 milliseconds