Modifica 95/15.

Aggiunto metodo TSorted_cursor::operator=().


git-svn-id: svn://10.65.10.50/trunk@1734 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1995-08-24 12:47:05 +00:00
parent f4b8fb1e12
commit 8feb070c2f

View File

@ -1,4 +1,4 @@
/* $Id: relation.h,v 1.25 1995-08-21 07:47:18 guy Exp $ */ /* $Id: relation.h,v 1.26 1995-08-24 12:47:05 angelo Exp $ */
// join.h // join.h
// fv 12/8/93 // fv 12/8/93
// join class for isam files // join class for isam files
@ -294,6 +294,7 @@ protected:
virtual bool changed(); // Vedi i TCursor virtual bool changed(); // Vedi i TCursor
public: public:
TRecnotype operator =(const TRecnotype nr) {return TCursor::operator =(nr); }
void change_order(const char * order_expr); // Permette di cambiare l'ordinamento del cursore. void change_order(const char * order_expr); // Permette di cambiare l'ordinamento del cursore.
TSorted_cursor(TRelation *f,const char * order_expr, const char * filter = "", int key = 1, const TRectype* from = NULL, const TRectype* to = NULL); TSorted_cursor(TRelation *f,const char * order_expr, const char * filter = "", int key = 1, const TRectype* from = NULL, const TRectype* to = NULL);
virtual ~TSorted_cursor(); virtual ~TSorted_cursor();