Lines Matching refs:xRowUpdate
868 uno::Reference<sdbc::XRowUpdate> xRowUpdate( xRowSet, uno::UNO_QUERY ); in DBaseExport() local
869 DBG_ASSERT( xRowUpdate.is(), "can't get XRowUpdate" ); in DBaseExport()
870 if (!xRowUpdate.is()) return SCERR_EXPORT_CONNECT; in DBaseExport()
902 xRowUpdate->updateString( nCol+1, aString ); in DBaseExport()
905 xRowUpdate->updateNull( nCol+1 ); in DBaseExport()
911 xRowUpdate->updateString( nCol+1, aString ); in DBaseExport()
925 xRowUpdate->updateNull( nCol+1 ); in DBaseExport()
935 xRowUpdate->updateDate( nCol+1, aUnoDate ); in DBaseExport()
947 xRowUpdate->updateBoolean( nCol+1, ( fVal != 0.0 ) ); in DBaseExport()
949 xRowUpdate->updateDouble( nCol+1, fVal ); in DBaseExport()
957 xRowUpdate->updateDouble( nCol+1, fVal ); in DBaseExport()