Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/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.cxx560 sal_Int32 OStatement_Base::getFetchSize() const in getFetchSize() function in OStatement_Base
712 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
803 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DAResultSet.cxx1027 sal_Int32 OResultSet::getFetchSize() const in getFetchSize() function in OResultSet
1088 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1141 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DADatabaseMetaDataResultSet.cxx669 sal_Int32 ODatabaseMetaDataResultSet::getFetchSize() const in getFetchSize() function in ODatabaseMetaDataResultSet
730 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
776 rValue <<= getFetchSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx469 sal_Int32 java_sql_Statement_Base::getFetchSize() in getFetchSize() function in java_sql_Statement_Base
648 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
732 rValue <<= THIS->getFetchSize(); in getFastPropertyValue()
H A DResultSet.cxx925 sal_Int32 java_sql_ResultSet::getFetchSize() const in getFetchSize() function in java_sql_ResultSet
1000 … bRet = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1054 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
990 … bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1083 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DODatabaseMetaDataResultSet.cxx729 sal_Int32 ODatabaseMetaDataResultSet::getFetchSize() const in getFetchSize() function in ODatabaseMetaDataResultSet
776 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
815 rValue <<= getFetchSize(); in getFastPropertyValue()
H A DOResultSet.cxx1306 sal_Int32 OResultSet::getFetchSize() const in getFetchSize() function in OResultSet
1420 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
1473 rValue <<= getFetchSize(); in getFastPropertyValue()
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx98 sal_Int32 getFetchSize() const;
H A DADatabaseMetaDataResultSet.hxx89 sal_Int32 getFetchSize() const;
H A DAResultSet.hxx88 sal_Int32 getFetchSize() const;
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx73 sal_Int32 getFetchSize();
H A DResultSet.hxx75 sal_Int32 getFetchSize() const;
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx91 sal_Int32 getFetchSize() const;
H A DODatabaseMetaDataResultSet.hxx94 sal_Int32 getFetchSize() const;
H A DOResultSet.hxx156 sal_Int32 getFetchSize() const;
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx97 sal_Int32 getFetchSize() const;