Home
last modified time | relevance | path

Searched refs:setFetchDirection (Results 1 – 18 of 18) sorted by relevance

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java130 setFetchDirection((int)value); in registerProperties()
268 private synchronized void setFetchDirection(int value) throws WrappedTargetException { in setFetchDirection() method in JavaSQLStatementBase
272 jdbcStatement.setFetchDirection(value); in setFetchDirection()
H A DJavaSQLResultSet.java178 setFetchDirection((int)value); in registerProperties()
217 private void setFetchDirection(int value) throws WrappedTargetException { in setFetchDirection() method in JavaSQLResultSet
219 jdbcResultSet.setFetchDirection(value); in setFetchDirection()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx626 void OStatement_Base::setFetchDirection(sal_Int32 /*_par0*/) throw(SQLException, RuntimeException) in setFetchDirection() function in OStatement_Base
762 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
H A DAResultSet.cxx1043 void OResultSet::setFetchDirection(sal_Int32 /*_par0*/) in setFetchDirection() function in OResultSet
1112 setFetchDirection(getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
H A DADatabaseMetaDataResultSet.cxx688 void ODatabaseMetaDataResultSet::setFetchDirection(sal_Int32 /*_par0*/) in setFetchDirection() function in ODatabaseMetaDataResultSet
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx553 void java_sql_Statement_Base::setFetchDirection(sal_Int32 _par0) throw(SQLException, RuntimeExcepti… in setFetchDirection() function in java_sql_Statement_Base
687 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
H A DResultSet.cxx940 void java_sql_ResultSet::setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLExcept… in setFetchDirection() function in java_sql_ResultSet
1023 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx853 void OStatement_Base::setFetchDirection(sal_Int32 _par0) in setFetchDirection() function in OStatement_Base
1036 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
H A DOResultSet.cxx1362 void OResultSet::setFetchDirection(sal_Int32 _par0) in setFetchDirection() function in OResultSet
1442 setFetchDirection(getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
H A DOPreparedStatement.cxx919 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx100 void setFetchDirection(sal_Int32 _par0) ;
H A DOResultSet.hxx159 void setFetchDirection(sal_Int32 _par0);
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx106 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
H A DADatabaseMetaDataResultSet.hxx92 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
H A DAResultSet.hxx91 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx81 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException…
H A DResultSet.hxx78 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx100 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…

Completed in 98 milliseconds