/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 553 sal_Int32 OStatement_Base::getFetchDirection() const throw(SQLException, RuntimeException) in getFetchDirection() function in OStatement_Base 726 …Modified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 799 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
H A D | AResultSet.cxx | 1022 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection() function in OResultSet 1092 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1144 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
H A D | ADatabaseMetaDataResultSet.cxx | 666 sal_Int32 ODatabaseMetaDataResultSet::getFetchDirection() const in getFetchDirection() function in ODatabaseMetaDataResultSet 736 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 782 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 463 sal_Int32 java_sql_Statement_Base::getFetchDirection() throw(SQLException, RuntimeException) in getFetchDirection() function in java_sql_Statement_Base 647 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 731 rValue <<= THIS->getFetchDirection(); in getFastPropertyValue()
|
H A D | ResultSet.cxx | 918 sal_Int32 java_sql_ResultSet::getFetchDirection() const throw(::com::sun::star::sdbc::SQLException,… in getFetchDirection() function in java_sql_ResultSet 998 bRet = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1053 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 715 sal_Int32 OStatement_Base::getFetchDirection() const in getFetchDirection() function in OStatement_Base 987 …onverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1081 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
H A D | ODatabaseMetaDataResultSet.cxx | 724 sal_Int32 ODatabaseMetaDataResultSet::getFetchDirection() const throw(SQLException, RuntimeExceptio… in getFetchDirection() function in ODatabaseMetaDataResultSet 775 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 813 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
H A D | OResultSet.cxx | 1301 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection() function in OResultSet 1419 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1472 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 90 sal_Int32 getFetchDirection() const;
|
H A D | ODatabaseMetaDataResultSet.hxx | 93 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | OResultSet.hxx | 155 sal_Int32 getFetchDirection() const;
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 97 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | ADatabaseMetaDataResultSet.hxx | 88 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
H A D | AResultSet.hxx | 87 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 72 …sal_Int32 getFetchDirection() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
|
H A D | ResultSet.hxx | 74 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|
/aoo41x/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 96 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
|