Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java208 return getResultSetType(); in registerProperties()
373 private int getResultSetType() throws WrappedTargetException { in getResultSetType() method in JavaSQLStatementBase
376 return jdbcStatement.getResultSetType(); in getResultSetType()
H A DJavaSQLResultSet.java164 return getResultSetType(); in registerProperties()
249 private int getResultSetType() throws WrappedTargetException { in getResultSetType() method in JavaSQLResultSet
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx533 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 DAResultSet.cxx997 sal_Int32 OResultSet::getResultSetType() const in getResultSetType() function in OResultSet
1141 rValue <<= getResultSetType(); in getFastPropertyValue()
H A DADatabaseMetaDataResultSet.cxx660 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const in getResultSetType() function in ODatabaseMetaDataResultSet
779 rValue <<= getResultSetType(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx440 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 DResultSet.cxx911 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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx692 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 DODatabaseMetaDataResultSet.cxx719 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const throw(SQLException, RuntimeException) in getResultSetType() function in ODatabaseMetaDataResultSet
810 rValue <<= getResultSetType(); in getFastPropertyValue()
H A DOResultSet.cxx1277 sal_Int32 OResultSet::getResultSetType() const in getResultSetType() function in OResultSet
1469 rValue <<= getResultSetType(); in getFastPropertyValue()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx89 sal_Int32 getResultSetType() const;
H A DODatabaseMetaDataResultSet.hxx92 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
H A DOResultSet.hxx154 sal_Int32 getResultSetType() const;
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx96 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DADatabaseMetaDataResultSet.hxx87 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
H A DAResultSet.hxx86 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx71 …sal_Int32 getResultSetType() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
H A DResultSet.hxx73 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx95 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…

Completed in 86 milliseconds