Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

gql++/prepared-statement.h

Go to the documentation of this file.
00001 /* This is for emacs: -*-Mode: C++;-*- */
00002 #if !defined(__INC_GQL_PREPARED_STATEMENT_H)
00003 #define __INC_GQL_PREPARED_STATEMENT_H
00004 
00005 #include <gql++/statement.h>
00006 #include <gql++/object.h>
00007 
00008 namespace GQL
00009 {
00010 
00011 class PreparedStatement : public Statement
00012 {
00013   public:
00014     PreparedStatement(Connection *conn) : Statement(conn) { }
00015     virtual void set_parameter(int i, SQLObject *obj) = 0;
00016 };
00017 
00018 }
00019 
00020 #endif

Generated on Thu May 1 18:08:01 2003 for gql by doxygen1.3