* Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: pgcursordb.h,v 1.2 1999/05/23 01:04:01 momjian Exp $
+ * $Id: pgcursordb.h,v 1.3 1999/06/01 02:37:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
public:
PgCursor(const char* conninfo, const char* cursor); // use reasonable & environment defaults
// connect to the database with given environment and database name
- PgCursor(const PgConnection&, const char* cursor);
+ // PgCursor(const PgConnection&, const char* cursor);
~PgCursor(); // close connection and clean up
// Commands associated with cursor interface
* Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: pgtransdb.h,v 1.2 1999/05/23 01:04:03 momjian Exp $
+ * $Id: pgtransdb.h,v 1.3 1999/06/01 02:37:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
public:
PgTransaction(const char* conninfo); // use reasonable & environment defaults
// connect to the database with given environment and database name
- PgTransaction(const PgConnection&);
+ // PgTransaction(const PgConnection&);
~PgTransaction(); // close connection and clean up
protected: