/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 568 ::rtl::OUString OStatement_Base::getCursorName() const throw(SQLException, RuntimeException) in getCursorName() function in OStatement_Base 723 bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue() 790 rValue <<= getCursorName(); in getFastPropertyValue()
|
H A D | AResultSet.cxx | 1036 ::rtl::OUString OResultSet::getCursorName() const in getCursorName() function in OResultSet 1135 rValue <<= getCursorName(); in getFastPropertyValue()
|
H A D | ADatabaseMetaDataResultSet.cxx | 681 ::rtl::OUString ODatabaseMetaDataResultSet::getCursorName() const in getCursorName() function in ODatabaseMetaDataResultSet 773 rValue <<= getCursorName(); in getFastPropertyValue()
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 481 ::rtl::OUString java_sql_Statement_Base::getCursorName() throw(SQLException, RuntimeException) in getCursorName() function in java_sql_Statement_Base 641 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue() 722 rValue <<= THIS->getCursorName(); in getFastPropertyValue()
|
H A D | ResultSet.cxx | 932 ::rtl::OUString java_sql_ResultSet::getCursorName() const throw(::com::sun::star::sdbc::SQLExceptio… in getCursorName() function in java_sql_ResultSet 1044 rValue <<= getCursorName(); in getFastPropertyValue()
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 749 ::rtl::OUString OStatement_Base::getCursorName() const in getCursorName() function in OStatement_Base 975 … bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue() 1072 rValue <<= getCursorName(); in getFastPropertyValue()
|
H A D | ODatabaseMetaDataResultSet.cxx | 735 ::rtl::OUString ODatabaseMetaDataResultSet::getCursorName() const throw(SQLException, RuntimeExcept… in getCursorName() function in ODatabaseMetaDataResultSet 804 rValue <<= getCursorName(); in getFastPropertyValue()
|
H A D | OResultSet.cxx | 1313 ::rtl::OUString OResultSet::getCursorName() const in getCursorName() function in OResultSet 1463 rValue <<= getCursorName(); in getFastPropertyValue()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 148 return getCursorName(); in registerProperties() 197 private String getCursorName() throws WrappedTargetException { in getCursorName() method in JavaSQLResultSet 199 String cursorName = jdbcResultSet.getCursorName(); in getCursorName()
|
H A D | JavaSQLStatementBase.java | 96 return getCursorName(); in registerProperties() 220 private String getCursorName() throws WrappedTargetException { in getCursorName() method in JavaSQLStatementBase
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 92 ::rtl::OUString getCursorName() const;
|
H A D | ODatabaseMetaDataResultSet.hxx | 95 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
|
H A D | OResultSet.hxx | 157 ::rtl::OUString getCursorName() const;
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 99 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | ADatabaseMetaDataResultSet.hxx | 90 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
|
H A D | AResultSet.hxx | 89 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 74 …::rtl::OUString getCursorName() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
|
H A D | ResultSet.hxx | 76 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
|
/aoo42x/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 98 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
|