| /trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLStatementBase.java | 208 return getResultSetType(); in registerProperties() 373 private int getResultSetType() throws WrappedTargetException { in getResultSetType() method in JavaSQLStatementBase 376 return jdbcStatement.getResultSetType(); in getResultSetType()
|
| H A D | JavaSQLResultSet.java | 164 return getResultSetType(); in registerProperties() 249 private int getResultSetType() throws WrappedTargetException { in getResultSetType() method in JavaSQLResultSet
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AStatement.cxx | 535 sal_Int32 OStatement_Base::getResultSetType() const in getResultSetType() function in OStatement_Base 709 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 797 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| H A D | AResultSet.cxx | 998 sal_Int32 OResultSet::getResultSetType() const in getResultSetType() function in OResultSet 1135 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| H A D | ADatabaseMetaDataResultSet.cxx | 659 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const in getResultSetType() function in ODatabaseMetaDataResultSet 770 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| /trunk/main/connectivity/source/drivers/jdbc/ |
| H A D | JStatement.cxx | 440 sal_Int32 java_sql_Statement_Base::getResultSetType() in getResultSetType() function in java_sql_Statement_Base 644 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 726 rValue <<= THIS->getResultSetType(); in getFastPropertyValue()
|
| H A D | ResultSet.cxx | 911 sal_Int32 java_sql_ResultSet::getResultSetType() const in getResultSetType() function in java_sql_ResultSet 1048 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 692 sal_Int32 OStatement_Base::getResultSetType() const in getResultSetType() function in OStatement_Base 982 …Converted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 1077 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| H A D | ODatabaseMetaDataResultSet.cxx | 719 sal_Int32 ODatabaseMetaDataResultSet::getResultSetType() const in getResultSetType() function in ODatabaseMetaDataResultSet 809 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| H A D | OResultSet.cxx | 1277 sal_Int32 OResultSet::getResultSetType() const in getResultSetType() function in OResultSet 1467 rValue <<= getResultSetType(); in getFastPropertyValue()
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | AStatement.hxx | 96 sal_Int32 getResultSetType() const;
|
| H A D | ADatabaseMetaDataResultSet.hxx | 87 sal_Int32 getResultSetType() const;
|
| H A D | AResultSet.hxx | 86 sal_Int32 getResultSetType() const;
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | JStatement.hxx | 71 sal_Int32 getResultSetType();
|
| H A D | ResultSet.hxx | 73 sal_Int32 getResultSetType() const;
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OStatement.hxx | 89 sal_Int32 getResultSetType() const;
|
| H A D | ODatabaseMetaDataResultSet.hxx | 92 sal_Int32 getResultSetType() const;
|
| H A D | OResultSet.hxx | 154 sal_Int32 getResultSetType() const;
|
| /trunk/main/connectivity/workben/skeleton/ |
| H A D | SResultSet.hxx | 95 sal_Int32 getResultSetType() const;
|