Home
last modified time | relevance | path

Searched refs:getFetchDirection (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.java124 return getFetchDirection(); in registerProperties()
259 private int getFetchDirection() throws WrappedTargetException { in getFetchDirection() method in JavaSQLStatementBase
262 return jdbcStatement.getFetchDirection(); in getFetchDirection()
H A DJavaSQLResultSet.java172 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 DAStatement.cxx555 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 DAResultSet.cxx1022 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 DADatabaseMetaDataResultSet.cxx664 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 DJStatement.cxx463 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 DResultSet.cxx918 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 DOStatement.cxx715 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 DODatabaseMetaDataResultSet.cxx724 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 DOResultSet.cxx1301 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 DAStatement.hxx97 sal_Int32 getFetchDirection() const;
H A DADatabaseMetaDataResultSet.hxx88 sal_Int32 getFetchDirection() const;
H A DAResultSet.hxx87 sal_Int32 getFetchDirection() const;
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx72 sal_Int32 getFetchDirection();
H A DResultSet.hxx74 sal_Int32 getFetchDirection() const;
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx90 sal_Int32 getFetchDirection() const;
H A DODatabaseMetaDataResultSet.hxx93 sal_Int32 getFetchDirection() const;
H A DOResultSet.hxx155 sal_Int32 getFetchDirection() const;
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx96 sal_Int32 getFetchDirection() const;