| /trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLStatementBase.java | 124 return getFetchDirection(); in registerProperties() 259 private int getFetchDirection() throws WrappedTargetException { in getFetchDirection() method in JavaSQLStatementBase 262 return jdbcStatement.getFetchDirection(); in getFetchDirection()
|
| H A D | JavaSQLResultSet.java | 172 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 D | AStatement.cxx | 555 sal_Int32 OStatement_Base::getFetchDirection() const in getFetchDirection() function in OStatement_Base 727 …Modified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 800 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| H A D | AResultSet.cxx | 1022 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection() function in OResultSet 1086 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1138 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| H A D | ADatabaseMetaDataResultSet.cxx | 664 sal_Int32 ODatabaseMetaDataResultSet::getFetchDirection() const in getFetchDirection() function in ODatabaseMetaDataResultSet 728 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 773 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| /trunk/main/connectivity/source/drivers/jdbc/ |
| H A D | JStatement.cxx | 463 sal_Int32 java_sql_Statement_Base::getFetchDirection() in getFetchDirection() function in java_sql_Statement_Base 646 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 729 rValue <<= THIS->getFetchDirection(); in getFastPropertyValue()
|
| H A D | ResultSet.cxx | 918 sal_Int32 java_sql_ResultSet::getFetchDirection() const in getFetchDirection() function in java_sql_ResultSet 997 … bRet = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1051 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 715 sal_Int32 OStatement_Base::getFetchDirection() const in getFetchDirection() function in OStatement_Base 986 …onverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1080 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| H A D | ODatabaseMetaDataResultSet.cxx | 724 sal_Int32 ODatabaseMetaDataResultSet::getFetchDirection() const in getFetchDirection() function in ODatabaseMetaDataResultSet 774 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 812 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| H A D | OResultSet.cxx | 1301 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection() function in OResultSet 1418 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 1470 rValue <<= getFetchDirection(); in getFastPropertyValue()
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | AStatement.hxx | 97 sal_Int32 getFetchDirection() const;
|
| H A D | ADatabaseMetaDataResultSet.hxx | 88 sal_Int32 getFetchDirection() const;
|
| H A D | AResultSet.hxx | 87 sal_Int32 getFetchDirection() const;
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | JStatement.hxx | 72 sal_Int32 getFetchDirection();
|
| H A D | ResultSet.hxx | 74 sal_Int32 getFetchDirection() const;
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OStatement.hxx | 90 sal_Int32 getFetchDirection() const;
|
| H A D | ODatabaseMetaDataResultSet.hxx | 93 sal_Int32 getFetchDirection() const;
|
| H A D | OResultSet.hxx | 155 sal_Int32 getFetchDirection() const;
|
| /trunk/main/connectivity/workben/skeleton/ |
| H A D | SResultSet.hxx | 96 sal_Int32 getFetchDirection() const;
|