/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 533 sal_Int32 OStatement_Base::getResultSetType() const throw(SQLException, RuntimeException) in getResultSetType() function in OStatement_Base 708 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 796 rValue <<= getResultSetType(); in getFastPropertyValue()
|
H A D | AResultSet.cxx | 997 sal_Int32 OResultSet::getResultSetType() const in getResultSetType() function in OResultSet 1141 rValue <<= getResultSetType(); in getFastPropertyValue()
|
H A D | ADatabaseMetaDataResultSet.cxx | 660 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const in getResultSetType() function in ODatabaseMetaDataResultSet 779 rValue <<= getResultSetType(); in getFastPropertyValue()
|
/aoo4110/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 440 sal_Int32 java_sql_Statement_Base::getResultSetType() throw(SQLException, RuntimeException) in getResultSetType() function in java_sql_Statement_Base 645 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 728 rValue <<= THIS->getResultSetType(); in getFastPropertyValue()
|
H A D | ResultSet.cxx | 911 sal_Int32 java_sql_ResultSet::getResultSetType() const throw(::com::sun::star::sdbc::SQLException, … in getResultSetType() function in java_sql_ResultSet 1050 rValue <<= getResultSetType(); in getFastPropertyValue()
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 692 sal_Int32 OStatement_Base::getResultSetType() const in getResultSetType() function in OStatement_Base 983 …Converted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 1078 rValue <<= getResultSetType(); in getFastPropertyValue()
|
H A D | ODatabaseMetaDataResultSet.cxx | 719 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const throw(SQLException, RuntimeException) in getResultSetType() function in ODatabaseMetaDataResultSet 810 rValue <<= getResultSetType(); in getFastPropertyValue()
|
H A D | OResultSet.cxx | 1277 sal_Int32 OResultSet::getResultSetType() const in getResultSetType() function in OResultSet 1469 rValue <<= getResultSetType(); in getFastPropertyValue()
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 89 sal_Int32 getResultSetType() const;
|
H A D | ODatabaseMetaDataResultSet.hxx | 92 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|
H A D | OResultSet.hxx | 154 sal_Int32 getResultSetType() const;
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 96 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | ADatabaseMetaDataResultSet.hxx | 87 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|
H A D | AResultSet.hxx | 86 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 71 …sal_Int32 getResultSetType() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
|
H A D | ResultSet.hxx | 73 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|
/aoo4110/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 95 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|