summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/FValue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/FValue.hxx')
-rw-r--r--connectivity/inc/connectivity/FValue.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx
index 8dba9e7ee9..850a024a3b 100644
--- a/connectivity/inc/connectivity/FValue.hxx
+++ b/connectivity/inc/connectivity/FValue.hxx
@@ -344,6 +344,18 @@ namespace connectivity
sal_Int32 _nType,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow);
+ /**
+ fetches a single value out of the row
+ @param _nPos the current column position
+ @param _nType the type of the current column
+ @param _bNullable if true then it will be checked if the result could be NULL, otherwise not.
+ @param _xRow the row where to fetch the data from
+ */
+ void fill(sal_Int32 _nPos,
+ sal_Int32 _nType,
+ sal_Bool _bNullable,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow);
+
void fill(const ::com::sun::star::uno::Any& _rValue);
};