Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx568 ::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 DAResultSet.cxx1036 ::rtl::OUString OResultSet::getCursorName() const in getCursorName() function in OResultSet
1135 rValue <<= getCursorName(); in getFastPropertyValue()
H A DADatabaseMetaDataResultSet.cxx681 ::rtl::OUString ODatabaseMetaDataResultSet::getCursorName() const in getCursorName() function in ODatabaseMetaDataResultSet
773 rValue <<= getCursorName(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx481 ::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 DResultSet.cxx932 ::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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx749 ::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 DODatabaseMetaDataResultSet.cxx735 ::rtl::OUString ODatabaseMetaDataResultSet::getCursorName() const throw(SQLException, RuntimeExcept… in getCursorName() function in ODatabaseMetaDataResultSet
804 rValue <<= getCursorName(); in getFastPropertyValue()
H A DOResultSet.cxx1313 ::rtl::OUString OResultSet::getCursorName() const in getCursorName() function in OResultSet
1463 rValue <<= getCursorName(); in getFastPropertyValue()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java148 return getCursorName(); in registerProperties()
197 private String getCursorName() throws WrappedTargetException { in getCursorName() method in JavaSQLResultSet
199 String cursorName = jdbcResultSet.getCursorName(); in getCursorName()
H A DJavaSQLStatementBase.java96 return getCursorName(); in registerProperties()
220 private String getCursorName() throws WrappedTargetException { in getCursorName() method in JavaSQLStatementBase
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx92 ::rtl::OUString getCursorName() const;
H A DODatabaseMetaDataResultSet.hxx95 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
H A DOResultSet.hxx157 ::rtl::OUString getCursorName() const;
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx99 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DADatabaseMetaDataResultSet.hxx90 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
H A DAResultSet.hxx89 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx74 …::rtl::OUString getCursorName() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
H A DResultSet.hxx76 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx98 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…

Completed in 80 milliseconds