| /trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLStatementBase.java | 138 return getFetchSize(); in registerProperties() 278 private int getFetchSize() throws WrappedTargetException { in getFetchSize() method in JavaSQLStatementBase 281 return jdbcStatement.getFetchSize(); in getFetchSize()
|
| H A D | JavaSQLResultSet.java | 186 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 D | AStatement.cxx | 560 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 D | AResultSet.cxx | 1027 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 D | ADatabaseMetaDataResultSet.cxx | 669 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 D | JStatement.cxx | 469 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 D | ResultSet.cxx | 925 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 D | OStatement.cxx | 735 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 D | ODatabaseMetaDataResultSet.cxx | 729 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 D | OResultSet.cxx | 1306 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 D | AStatement.hxx | 98 sal_Int32 getFetchSize() const;
|
| H A D | ADatabaseMetaDataResultSet.hxx | 89 sal_Int32 getFetchSize() const;
|
| H A D | AResultSet.hxx | 88 sal_Int32 getFetchSize() const;
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | JStatement.hxx | 73 sal_Int32 getFetchSize();
|
| H A D | ResultSet.hxx | 75 sal_Int32 getFetchSize() const;
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OStatement.hxx | 91 sal_Int32 getFetchSize() const;
|
| H A D | ODatabaseMetaDataResultSet.hxx | 94 sal_Int32 getFetchSize() const;
|
| H A D | OResultSet.hxx | 156 sal_Int32 getFetchSize() const;
|
| /trunk/main/connectivity/workben/skeleton/ |
| H A D | SResultSet.hxx | 97 sal_Int32 getFetchSize() const;
|