Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java138 return getFetchSize(); in registerProperties()
278 private int getFetchSize() throws WrappedTargetException { in getFetchSize() method in JavaSQLStatementBase
281 return jdbcStatement.getFetchSize(); in getFetchSize()
H A DJavaSQLResultSet.java186 return getFetchSize(); in registerProperties()
225 private int getFetchSize() throws WrappedTargetException { in getFetchSize() method in JavaSQLResultSet
227 return jdbcResultSet.getFetchSize(); in getFetchSize()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx558 sal_Int32 OStatement_Base::getFetchSize() const throw(SQLException, RuntimeException) in getFetchSize() function in OStatement_Base
711 bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
802 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DAResultSet.cxx1028 sal_Int32 OResultSet::getFetchSize() const in getFetchSize() function in OResultSet
1094 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1147 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DADatabaseMetaDataResultSet.cxx672 sal_Int32 ODatabaseMetaDataResultSet::getFetchSize() const in getFetchSize() function in ODatabaseMetaDataResultSet
738 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
785 rValue <<= getFetchSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx469 sal_Int32 java_sql_Statement_Base::getFetchSize() throw(SQLException, RuntimeException) in getFetchSize() function in java_sql_Statement_Base
649 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
734 rValue <<= THIS->getFetchSize(); in getFastPropertyValue()
H A DResultSet.cxx925 sal_Int32 java_sql_ResultSet::getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::co… in getFetchSize() function in java_sql_ResultSet
1001 bRet = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1056 rValue <<= getFetchSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx735 sal_Int32 OStatement_Base::getFetchSize() const in getFetchSize() function in OStatement_Base
991 bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1084 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DODatabaseMetaDataResultSet.cxx729 sal_Int32 ODatabaseMetaDataResultSet::getFetchSize() const throw(SQLException, RuntimeException) in getFetchSize() function in ODatabaseMetaDataResultSet
777 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
816 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DOResultSet.cxx1306 sal_Int32 OResultSet::getFetchSize() const in getFetchSize() function in OResultSet
1421 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1475 rValue <<= getFetchSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx91 sal_Int32 getFetchSize() const;
H A DODatabaseMetaDataResultSet.hxx94 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
H A DOResultSet.hxx156 sal_Int32 getFetchSize() const;
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx98 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DADatabaseMetaDataResultSet.hxx89 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
H A DAResultSet.hxx88 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx73 …sal_Int32 getFetchSize() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
H A DResultSet.hxx75 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx97 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…

Completed in 80 milliseconds