Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java124 return getFetchDirection(); in registerProperties()
259 private int getFetchDirection() throws WrappedTargetException { in getFetchDirection() method in JavaSQLStatementBase
262 return jdbcStatement.getFetchDirection(); in getFetchDirection()
H A DJavaSQLResultSet.java172 return getFetchDirection(); in registerProperties()
209 private int getFetchDirection() throws WrappedTargetException { in getFetchDirection() method in JavaSQLResultSet
211 return jdbcResultSet.getFetchDirection(); in getFetchDirection()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx553 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 DAResultSet.cxx1022 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 DADatabaseMetaDataResultSet.cxx666 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()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx463 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 DResultSet.cxx918 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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx715 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 DODatabaseMetaDataResultSet.cxx724 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 DOResultSet.cxx1301 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()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx90 sal_Int32 getFetchDirection() const;
H A DODatabaseMetaDataResultSet.hxx93 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A DOResultSet.hxx155 sal_Int32 getFetchDirection() const;
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx97 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DADatabaseMetaDataResultSet.hxx88 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A DAResultSet.hxx87 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx72 …sal_Int32 getFetchDirection() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
H A DResultSet.hxx74 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx96 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…

Completed in 104 milliseconds